Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1ef3c589
Commit
1ef3c589
authored
May 13, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feishu login
parent
a3d4ae7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
+27
-1
center-channel/app/front/entry/public/apidoc/platform/user.md
+27
-1
No files found.
center-channel/app/front/entry/public/apidoc/platform/user.md
View file @
1ef3c589
...
...
@@ -6,7 +6,7 @@
1.
[
按照手机号和验证码修改密码
](
#putUserPwdByMobile
)
1.
[
获取用户登录信息
](
#getLoginInfo
)
1.
[
退出
](
#logout
)
1.
[
飞书登录
](
#feishuLogin
)
## **<a name="smsCode"> 短信验证码</a>**
[
返回到目录
](
#menu
)
...
...
@@ -253,3 +253,29 @@
}
```
## **<a name="feishuLogin"> 飞书登录</a>**
[
返回到目录
](
#menu
)
##### URL
[
http://feishu.qifu.gongsibao.com:4012/feishu/login?code={code}&state={state}&open_id={open_id}
]
#### HTTP请求方式 `GET`
```
javascript
请求参数说明
:
code
:
用户飞书登录预授权码
必填
state
:
前端获取的
token
信息
必填
open_id
:
用户
openid
非必填
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:{
"userpin"
:
"1508e7f73efd49cda8d2bc7d2552b09b"
}
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment