浏览代码

add
小程序

18339543638 7 月之前
父节点
当前提交
6e03f51648

+ 0 - 1
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/wx/controller/WxPortalController.java

@@ -10,7 +10,6 @@ import lombok.AllArgsConstructor;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.StringUtils;
 import org.springframework.web.bind.annotation.*;
-
 import java.util.Objects;
 
 /**

+ 4 - 4
tr-test/src/main/resources/application-dev.yml

@@ -36,8 +36,8 @@ spring:
 wx:
   miniapp:
     configs:
-      - appid: #微信小程序的appid
-        secret: #微信小程序的Secret
-        token: #微信小程序消息服务器配置的token
-        aesKey: #微信小程序消息服务器配置的EncodingAESKey
+      - appid: wxb8924b124a426c1b  #微信小程序的appid
+        secret: 90bbf63f5d88e3c2c443de105dd94fd5  #微信小程序的Secret
+        token: smart #微信小程序消息服务器配置的token
+        aesKey: 4ywJtjRvvpFONIVN8GxPhSpi2eQraoIDZgUwn8Jmm2C #微信小程序消息服务器配置的EncodingAESKey
         msgDataFormat: JSON