File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 应用主页地址的构造可以参考企业微信开发指南[ 造网页授权链接——构造企业oauth2链接] ( https://developer.work.weixin.qq.com/document/path/91120#%E6%9E%84%E9%80%A0%E4%BC%81%E4%B8%9Aoauth2%E9%93%BE%E6%8E%A5 ) 。
100100 链接格式即参数说明如下:
101101
102- - 链接格式:https://open.weixin.qq.com/connect/oauth2/authorize?redirect_uri=http(s)://xxx.xxx.xxx /admin/api/wecom/oauth2&response_type=code&scope=snsapi_privateinfo&appid=CorpID&agentid=AgentID&state=maxkb#wechat_redirect
102+ - 链接格式:https://open.weixin.qq.com/connect/oauth2/authorize?redirect_uri=REDIRECT_URI /admin/api/wecom/oauth2&response_type=code&scope=snsapi_privateinfo&appid=CorpID&agentid=AgentID&state=maxkb#wechat_redirect
103103 - CORPID: 企业的 CorpID
104- - redirect_uri :授权后重定向的回调链接地址,需要使用 urlencode 对链接进行处理,例如:https%3A%2F%2Fmaxkbk.fit2cloud.cn,调整域名部分即可。
104+ - REDIRECT_URI :授权后重定向的回调链接地址,需要使用 urlencode 对链接进行处理,例如:https%3A%2F%2Fmaxkbk.fit2cloud.cn,调整域名部分即可。
105105 - SCOPE:填 snsapi_privateinfo 即可
106106 - AGENTID:应用 ID
107107
108- 主页地址示例:https://open.weixin.qq.com/connect/oauth2/authorize?redirect_uri=http(s)://xxx.xxx.xxx /admin/api/wecom/oauth2&response_type=code&scope=snsapi_privateinfo&appid=ww5fad05aaa36d118c&agentid=1000002&state=maxkb#wechat_redirect
108+ 主页地址示例:https://open.weixin.qq.com/connect/oauth2/authorize?redirect_uri=https%3A%2F%2Fmaxkbk.fit2cloud.cn /admin/api/wecom/oauth2&response_type=code&scope=snsapi_privateinfo&appid=ww5fad05aaa36d118c&agentid=1000002&state=maxkb#wechat_redirect
109109
110110![ 企业微信配置] ( ../../img/system/weichat_oauth2.png )
111111
You can’t perform that action at this time.
0 commit comments