|
|
|
@@ -84,7 +84,7 @@ public class WechatLoginController extends BaseController { |
|
|
|
} catch (UnsupportedEncodingException e) { |
|
|
|
log.error(e.getMessage()); |
|
|
|
} |
|
|
|
String wechatUrl = wxMpService.buildQrConnectUrl(rUrl, "snsapi_login", "111"); |
|
|
|
String wechatUrl = wxMpService.buildQrConnectUrl("https://mall.youlane.cn/api/wechat/callback", "snsapi_login", "111"); |
|
|
|
try { |
|
|
|
response.sendRedirect(wechatUrl); |
|
|
|
} catch (IOException e) { |
|
|
|
|