Commit 687f2bee by 黄森林

修改地址

parent 5630b5c7
......@@ -107,7 +107,7 @@ public class LoginPwdController extends BaseController {
url += "appid=";
url += APPID;
url += "&redirect_uri=" + URLEncoder.encode("http://hhrcode.winsun-aly.com/#/login?state="+state, "UTF-8");//此处和微信会调用的域名相同
url += "&response_type=code&scope=snsapi_userinfo";
url += "&response_type=code&scope=snsapi_userinfo&state=STATE";
url += "#wechat_redirect";
log.info(url);
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment