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
闫镜湾
2017-03-31 13:58:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
65a8be104c1e7a3880470e3135aa5e77240dc140
65a8be10
1 parent
8d5fb340
提交异常参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
yjw接口文档/y手机号接口.md
yjw接口文档/y手机号接口.md
View file @
65a8be1
...
...
@@ -7,6 +7,10 @@ POST
{
"success": true
}
异常参数:
throw
[
'手机格式不正确'
]
throw
[
'该手机号已经被绑定,请确认是否绑定过其他帐号哟~'
]
throw
[
'验证码发送过频,请稍后再试'
]
...
...
@@ -22,7 +26,14 @@ GET/POST
#### 3. 更改手机号
api-online.test.boxfish.cn/user/mobile?access_token=admin&mobile=17051100900&code=3257
POST
返回参数:无
返回参数:
{
"success": true
}
异常参数:
throw
[
'手机格式不正确'
]
throw
[
'手机号码已被绑定'
]
throw
[
'验证码不正确'
]
#### 4. 删除此用户手机绑定
api-online.test.boxfish.cn/user/mobile?access_token=admin&mobile=17051100900&code=3257
...
...
Please
register
or
login
to post a comment