提交 d2fe551d authored 作者: 李秋林's avatar 李秋林

重置AppID(小程序ID)、AppSecret

上级 8c558bf5
...@@ -146,7 +146,6 @@ public class TencentUtils { ...@@ -146,7 +146,6 @@ public class TencentUtils {
String url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid="+xltAppId+"&secret="+xltAppSecret; String url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid="+xltAppId+"&secret="+xltAppSecret;
String body = HttpUtil.createGet(url).execute().body(); String body = HttpUtil.createGet(url).execute().body();
JSONObject jsonObject = JSONObject.parseObject(body); JSONObject jsonObject = JSONObject.parseObject(body);
jsonObject.put("appId", xltAppId);
return jsonObject; return jsonObject;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论