|
@@ -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;
|