✨ [2025-01-09] 完善快速使用
All checks were successful
Publish to Confluence / confluence (push) Successful in 39s
All checks were successful
Publish to Confluence / confluence (push) Successful in 39s
This commit is contained in:
parent
9ee9799d26
commit
95cf8ce4c3
@ -108,7 +108,7 @@ yuanmeng:
|
||||
- 添加一个空白界面做跳转和登录。下面简称 `跳转界面`
|
||||
- `跳转界面` 请求路径需要给后端,后端配置到 `redirect-uri` 上
|
||||
- 点击企业微信登录按钮后会授权及跳转到 `跳转界面` 并再连接后携带上授权参数
|
||||
- `跳转界面` 使用接收到的参数请求登录接口。使用 `GET` 请求。例如 `GET http://test-pmsystem.qifu.com/oauth/authorize/pm-client?code=xxxx&state=xxx`
|
||||
- `跳转界面` 使用接收到的参数请求登录接口。使用 `GET` 请求。例如 `GET http://test-pmsystem.qifu.com/oauth/login/pm-client?code=xxxx&state=xxx`
|
||||
- 请求结果为登录信息,根据请求结果做对应处理就行
|
||||
|
||||
#### 方案二:登录成功处理界面
|
||||
|
Loading…
x
Reference in New Issue
Block a user