...
|
...
|
@@ -46,7 +46,7 @@ is_register为3表示需要跳转到关联,为0,1表示跳转到绑定 |
|
|
|area|string|65534|是|86||区号|
|
|
|
|mobile|string|65534|否|15051889346||手机号码|
|
|
|
|open_id|string|65534|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|
|
|
|
|
|
|source_type|string|65534|否|wechat||来源类型|
|
|
|
#### 返回错误
|
|
|
|错误code|错误提示|
|
|
|
|:-------| -----:|
|
...
|
...
|
@@ -54,9 +54,10 @@ is_register为3表示需要跳转到关联,为0,1表示跳转到绑定 |
|
|
|400|请输入手机号|
|
|
|
|402|手机号码格式错误|
|
|
|
|400|Open Id 错误|
|
|
|
|502|Source Type Is Null or is error|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
http://127.0.0.1:8080/gateway/?method=app.passport.relatedMobile&openId=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&area=86
|
|
|
http://127.0.0.1:8080/gateway/?method=app.passport.relatedMobile&openId=oGUyctxNLU9FnfzkLtcLt-FnzimU&mobile=15051889346&area=86&source_type=wechat
|
|
|
|
|
|
### 响应
|
|
|
用户响应JSON格式如下所示:
|
...
|
...
|
|