魏涛

Updated 注册接口 (markdown)

@@ -3,7 +3,12 @@ http://api.boxfish.cn/signup @@ -3,7 +3,12 @@ http://api.boxfish.cn/signup
3 3
4 POST请求 4 POST请求
5 必须的参数,username和password 5 必须的参数,username和password
6 -需要验证的方式,1、username必须为邮箱,2、密码长度应在6~64位之间 6 +需要验证的方式,
  7 +|====|===|===|
  8 +| 参数 | 说明 | 必选 |
  9 +| | | |
  10 +1、username必须为邮箱,2、密码长度应在6~64位之间
  11 +3、昵称可以为空,4、头像可以为空
7 返回值 12 返回值
8 status:success为成功,其他均为不成功,不成功时有msg消息返回。 13 status:success为成功,其他均为不成功,不成功时有msg消息返回。
9 14