xiongchao 3 年之前
父节点
当前提交
740f39428e

+ 1 - 0
platform-rest/src/main/resources/application-dev.yml

@@ -77,6 +77,7 @@ ignore:
     - /static/**
     - /service/**
     - /ignores/**
+    - /wechat/**
 upload:
   root-dir: D://data//xian
 

+ 1 - 0
platform-rest/src/main/resources/application-prod.yml

@@ -62,6 +62,7 @@ ignore:
     - /static/**
     - /service/**
     - /ignores/**
+    - /wechat/**
 upload:
   root-dir: /home/data/sb-base/FileData
 

+ 1 - 0
platform-rest/src/main/resources/application-test.yml

@@ -57,6 +57,7 @@ ignore:
     - /static/**
     - /service/**
     - /ignores/**
+    - /wechat/**
 upload:
   root-dir: /home/data/XiAnConstructionAsset/FileData
 

+ 1 - 1
platform-service/src/main/java/com/platform/service/wechat/service/WeChatConnectService.java

@@ -40,7 +40,7 @@ public class WeChatConnectService {
     private static final String APPID = "wx6e063fb37c1ba333";
 //    private static final String APPID = DictCache.getLabelByValue(DictTypeEnum.WECHAT.getType(), CommonConstants.WECHAT_APP_ID);
 
-    private static final String APPSECRET = "eblvTv85cmvXhNTbxkMzxKedAmxT4EjEecLyltd2P9d";
+    private static final String APPSECRET = "e74b6b4d7582ed12b141c62e7737af20";
 //    private static final String APPSECRET = DictCache.getLabelByValue(DictTypeEnum.WECHAT.getType(), CommonConstants.WECHAT_APP_ID);
 
     // 获取access token的授权类型