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
魏涛
2015-04-20 19:34:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8bf06a2138686eb6a816fe14c1c97eb0bf74fb04
8bf06a21
1 parent
bee632ad
Updated 注册接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
注册接口.md
注册接口.md
View file @
8bf06a2
...
...
@@ -3,12 +3,12 @@ http://api.boxfish.cn/signup
POST请求
| 参数 | 说明 | 必选?|
| -----------
|
--------------------------- | ----- |
| username
| 账号,当前需要符合email规则
| 是 |
| password
| 密码,长度在6-64之间 | 是
|
| nickname
| 昵称,不能包含emoji字符 | 否
|
| figure_url
| 头像地址,头像需要先提交到某地 | 否
|
| 参数
| 说明 | 必选?|
| -----------
| -
--------------------------- | ----- |
| username
| 账号,当前需要符合email规则
| 是 |
| password
| 密码,长度在6-64之间 | 是
|
| nickname
| 昵称,不能包含emoji字符 | 否
|
| figure_url
| 头像地址,头像需要先提交到某地 | 否
|
返回值
status:success为成功,其他均为不成功,不成功时有msg消息返回。
...
...
Please
register
or
login
to post a comment