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:26:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bee632ad486eba67f6c64a22b041a212900524f9
bee632ad
1 parent
64cbb63e
Updated 注册接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
注册接口.md
注册接口.md
View file @
bee632a
...
...
@@ -2,13 +2,13 @@
http://api.boxfish.cn/signup
POST请求
必须的参数,username和password
需要验证的方式,
|
====|===|===
|
|
参数 | 说明 | 必选
|
|
| |
|
1、username必须为邮箱,2、密码长度应在6~64位之间
3、昵称可以为空,4、头像可以为空
| 参数 | 说明 | 必选?|
|
-----------| --------------------------- | -----
|
|
username | 账号,当前需要符合email规则 | 是
|
|
password | 密码,长度在6-64之间 | 是
|
| nickname | 昵称,不能包含emoji字符 | 否 |
| figure_url | 头像地址,头像需要先提交到某地 | 否 |
返回值
status:success为成功,其他均为不成功,不成功时有msg消息返回。
...
...
Please
register
or
login
to post a comment