|
@@ -12,7 +12,7 @@ public class constant {
|
|
|
// 回调地址,获取open_id
|
|
|
public static final String WE_CHAT_CALL_BACK_DOMAIN_URL = "http://localhost:9887/weChat/getWeChatOpenId";
|
|
|
// 回调域名
|
|
|
- public static final String call_back_domain = "aiot.usky.cn";
|
|
|
+ public static final String call_back_domain = "manager.usky.cn";
|
|
|
// 微信公众号的token获取地址
|
|
|
public static final String WE_CHAT_ACCESS_TOKEN_URL = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s";
|
|
|
// 微信公众号消息推送地址
|