Commit 283cd07d by qwmqiuwenmin

fix

parent 9c173a88
......@@ -48,7 +48,8 @@ public class LoginController extends WebBaseController{
@RequestMapping("get-login-qrcode")
public HaobanResponse getLoginQrcode(){
String url = qywxCorpApiService.getGrantAuthorizationUrl(siteId, redirectUri);
String url = "https://open.work.weixin.qq.com/wwopen/sso/3rd_qrConnect?appid=wweac4ef962720aa12&"+redirectUri+"&state=web_login@gyoss9&usertype=admin";
//String url = qywxCorpApiService.getGrantAuthorizationUrl(siteId, redirectUri);
return resultResponse(HaoBanErrCode.ERR_1,url);
}
......
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