|
发表于 2019-10-11 10:26:04
|
显示全部楼层
开发版1010 解决了这个功能,如果你有兴趣,可以跟进
1.首页需要您自己做一个展现的门户页面,我们的默认页面未做更新。
2.企业微信的配置需要修改
[url=https://open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=https%3A%2F%2F[host][port]%2Fx_desktop%2Fqiyeweixinsso.html&response_type=code&scope=snsapi_base&agentid=1000004&#wechat_redirect]https://open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=https%3A%2F%2F[host][port]%2Fx_desktop%2Fqiyeweixinsso.html&response_type=code&scope=snsapi_base&agentid=1000004&#wechat_redirect[/url]
修改为
[url=https://open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=https%3A%2F%2F[host][port]%2Fx_desktop%2Fqiyeweixinsso.html%3Fredirect%3Dportalmobile.html%3Fid%3D**********************************&response_type=code&scope=snsapi_base&agentid=1000004&#wechat_redirect]https://open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=https%3A%2F%2F[host][port]%2Fx_desktop%2Fqiyeweixinsso.html%3Fredirect%3Dportalmobile.html%3Fid%3D**********************************&response_type=code&scope=snsapi_base&agentid=1000004&#wechat_redirect[/url]
qiyeweixinsso.html这段后面 我们有个redirect的参数的,这个参数后面跟的就是门户地址 portalmobile.html?id=**********************************
id就是门户id |
|