|
|
@@ -329,7 +329,7 @@ public class WeChatUtil {
|
|
|
cn.hutool.json.JSONObject param1 = JSONUtil.createObj();
|
|
|
param1.put("touser", openid);
|
|
|
param1.put("template_id", templateId);
|
|
|
- param1.put("url", "https://city.baoxianzhanggui.com/fragrance/");
|
|
|
+ param1.put("url", "https://test.baoxianzhanggui.com/fragrance/");
|
|
|
param1.put("data", data);
|
|
|
log.info("notification-消息通知请求参数:{}", param1.toString());
|
|
|
|