Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lhach92
2015-10-24 14:38:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31fc47d952127f0bfab5e2bbcc099a9572c03d2e
31fc47d9
1 parent
1842434d
Created 客户端注册登录流程 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
客户端注册登录流程.md
客户端注册登录流程.md
0 → 100644
View file @
31fc47d
## 注册
**接口地址:**
`/signup`
**post参数:**
username:必填
password:必填
nickname:可空
figure_url:可空
**返回值:**
status
注册成功后调用登录接口
## 登录
**接口地址:**
`/login`
**post参数:**
username:必填
password:必填
**返回值:**
access_token
id
code
\ No newline at end of file
...
...
Please
register
or
login
to post a comment