|
@@ -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的授权类型
|