|
|
@ -33,8 +33,8 @@ public interface WxMaCodeConstant { |
|
|
|
/** |
|
|
|
* 反参授权回调url |
|
|
|
*/ |
|
|
|
// String API_RETURN_REDIRECT_URL = "https://epmet-dev.elinkservice.cn/api/third/redirectauthcode?client=%s&customerId=%s";
|
|
|
|
String API_RETURN_REDIRECT_URL = "https://10.10.10.194:8080/api/third/redirectauthcode?client=%s&customerId=%s"; |
|
|
|
String API_RETURN_REDIRECT_URL = "https://epmet-dev.elinkservice.cn/api/third/redirectauthcode?client=%s&customerId=%s"; |
|
|
|
// String API_RETURN_REDIRECT_URL = "https://10.10.10.194:8080/api/third/redirectauthcode?client=%s&customerId=%s";
|
|
|
|
|
|
|
|
/** |
|
|
|
* 授权注册页面扫码授权 |
|
|
|