|
@@ -133,7 +133,7 @@ public class WechatController {
|
|
|
JsonOauthAccessTokenResponse wechatResponse = WeChatConnectService.getOauthAccessToken(code);
|
|
|
String openId = wechatResponse.getOpenid();
|
|
|
log.info("微信的openId: " + openId);
|
|
|
- response.sendRedirect("https://rl.m.litian2017.com/#/pages/setting/wechat-oauth?openId=" + openId);
|
|
|
+ response.sendRedirect("http://sb.h5.litian2017.com/#/pages/setting/wechat-oauth?openId=" + openId);
|
|
|
}
|
|
|
|
|
|
// /**
|