Browse Source

[微信第三方登录][修改]:微信第三方登录失败

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
8f877bc7b3
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java

+ 6
- 2
mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java View File

@@ -184,8 +184,12 @@ public class WechatLoginController extends BaseController {
}
}
}


// 未找到,跳转登录页
try {
response.sendRedirect("https://" + host + "/#/login");
}catch (Exception e) {
log.error(e.getMessage());
}
}

@ApiOperation(value = "微信第三方登录绑定", notes = "请配置此callback到网页redirect_uri")


Loading…
Cancel
Save