gongdecai 1 year ago
parent
commit
c145871f24

+ 1 - 1
unimall-data/src/main/java/com/iotechn/unimall/data/util/WeiXinQiYeUtil.java

@@ -31,7 +31,7 @@ public class WeiXinQiYeUtil {
         if (StringUtils.isEmpty(stringRedisTemplate.opsForValue().get("qiyeweixin_access_token"))) {
             //获取企业Id和凭证
             String corpId = "ww758b780ef84a1f29";
-            String corpSecret = "5c5Wkx5FyI5Tr_h7QyWLcc-G_KSWWuU8JigATR8SrXg";
+            String corpSecret = "nfTpvPWo6Qam_bBOS7-vQYcE2JRZozDwuGZLy0QugFk";
 
             //拼接调用企业微信SDK
             String qyAccessTokenUrl = "https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=" + corpId + "&corpsecret=" + corpSecret;