‘linchangsheng’ 6 days ago
parent
commit
814a76e9bd

+ 4 - 2
src/main/java/com/gree/mall/manager/logic/user/MsgSubscriptLogic.java

@@ -34,6 +34,9 @@ public class MsgSubscriptLogic {
     @Autowired
     WechatLogic wechatLogic;
 
+    @Value("${wechat.template}")
+    private String template;
+
 
     /**
      * 发货通知
@@ -72,8 +75,7 @@ public class MsgSubscriptLogic {
             data.put("character_string5", keyword4);
         }
         User user = userService.getById(userId);
-        String template = WxConfiguration.temFhNotice.get(null);
-        String res = sendWxMsg(openId, data, template, "pages/mine/order/detail?orderId="+orderId,null);
+        String res = sendWxMsg(openId, data, template, "pages/mine/order/detail?orderId="+orderId,user.getCompanyId());
         log.info("-----------------完成发货通知消息返回:" + res);
     }
 

+ 2 - 0
src/main/resources/bootstrap-dev.properties

@@ -114,6 +114,8 @@ wechat.mch.key=ZfiretopAdmin20210309GreeAdminSe
 wechat.sub.appid=wxd935838591c00e16
 wechat.sub.secret=a19f2ec72d9e1f0b4f86fac729f6ba81
 wechat.keyPath=classpath:/static/apiclient_cert.p12
+#微信发货模板
+wechat.template=UIqi6nVSi9WLeEFCdtIQKpA_3Ou_DK97JY316zqBj6s
 
 #物流回调
 express.callback = http://121.43.111.127:10003/common/express/callback

+ 3 - 0
src/main/resources/bootstrap-prd.properties

@@ -103,6 +103,9 @@ wechat.sub.appid=wxd935838591c00e16
 wechat.sub.secret=a19f2ec72d9e1f0b4f86fac729f6ba81
 wechat.keyPath=classpath:/static/apiclient_cert.p12
 
+#微信发货模板
+wechat.template=UIqi6nVSi9WLeEFCdtIQKpA_3Ou_DK97JY316zqBj6s
+
 #发票API
 gjmall.url=https://gjmall.zfire.top
 tax.token.appid=zfire

+ 2 - 0
src/main/resources/bootstrap-test.properties

@@ -114,6 +114,8 @@ wechat.mch.key=ZfiretopAdmin20210309GreeAdminSe
 wechat.sub.appid=wxd935838591c00e16
 wechat.sub.secret=a19f2ec72d9e1f0b4f86fac729f6ba81
 wechat.keyPath=classpath:/static/apiclient_cert.p12
+#微信发货模板
+wechat.template=UIqi6nVSi9WLeEFCdtIQKpA_3Ou_DK97JY316zqBj6s
 
 #物流回调
 express.callback = http://121.43.111.127:10003/common/express/callback