Showing
1 changed file
with
15 additions
and
7 deletions
@@ -12,6 +12,11 @@ | @@ -12,6 +12,11 @@ | ||
12 | |错误code|错误提示| | 12 | |错误code|错误提示| |
13 | |:-------| -----:| | 13 | |:-------| -----:| |
14 | |505|该手机号已经绑定了其他账号,请更换手机号码| | 14 | |505|该手机号已经绑定了其他账号,请更换手机号码| |
15 | +|506|绑定失败,该帐号已经注册过,请更换| | ||
16 | +|401|手机号码错误| | ||
17 | +|402|手机号码格式错误| | ||
18 | +|400|请选择登录方式| | ||
19 | + | ||
15 | 注意,通用的头部没有列出。 | 20 | 注意,通用的头部没有列出。 |
16 | 21 | ||
17 | http://127.0.0.1:8080/gateway/?method=app.passport.signCheck&open_id=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&source_type=web | 22 | http://127.0.0.1:8080/gateway/?method=app.passport.signCheck&open_id=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&source_type=web |
@@ -31,22 +36,25 @@ http://127.0.0.1:8080/gateway/?method=app.passport.signCheck&open_id=oGUyctxNLU9 | @@ -31,22 +36,25 @@ http://127.0.0.1:8080/gateway/?method=app.passport.signCheck&open_id=oGUyctxNLU9 | ||
31 | ``` | 36 | ``` |
32 | code为200即为成功,否则是失败。 | 37 | code为200即为成功,否则是失败。 |
33 | is_register为3表示需要跳转到关联,为0,1表示跳转到绑定 | 38 | is_register为3表示需要跳转到关联,为0,1表示跳转到绑定 |
34 | -相关错误提示: | ||
35 | -505:该手机号已经绑定了其他账号,请更换手机号码 | ||
36 | -506: 绑定失败,该帐号已经注册过,请更换 | ||
37 | -401:手机号码错误 | ||
38 | -402:手机号码格式错误 | ||
39 | -400:请使用第三方登录 | ||
40 | -400:请选择登录方式 | 39 | + |
41 | 40 | ||
42 | 41 | ||
43 | ## 2、手机关联 ## | 42 | ## 2、手机关联 ## |
44 | #### 请求参数 | 43 | #### 请求参数 |
45 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | | 44 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | |
45 | +|:-------| -----:|-----:|-----:|-----:|-----:|----:| | ||
46 | |area|string|65534|是|86||区号| | 46 | |area|string|65534|是|86||区号| |
47 | |mobile|string|65534|否|15051889346||手机号码| | 47 | |mobile|string|65534|否|15051889346||手机号码| |
48 | |open_id|string|65534|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号| | 48 | |open_id|string|65534|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号| |
49 | 49 | ||
50 | +#### 返回错误 | ||
51 | +|错误code|错误提示| | ||
52 | +|:-------| -----:| | ||
53 | +|602|账号已经关联手机号码 | | ||
54 | +|400|请输入手机号| | ||
55 | +|402|手机号码格式错误| | ||
56 | +|400|Open Id 错误| | ||
57 | + | ||
50 | 注意,通用的头部没有列出。 | 58 | 注意,通用的头部没有列出。 |
51 | http://127.0.0.1:8080/gateway/?method=app.passport.relatedMobile&openId=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&area=86 | 59 | http://127.0.0.1:8080/gateway/?method=app.passport.relatedMobile&openId=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&area=86 |
52 | 60 |
-
Please register or login to post a comment