Authored by zhengwen.ge

update

... ... @@ -10,11 +10,11 @@
#### 请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|area|string|3|是|86||区号|
|mobile|string|20|否|15051889346||手机号码|
|open_id|string|100|是|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|email|string|100|是|||email和open_id不能同时为空|
|source_type|string|10|否|||来源类型|
|area|string|2-3|是|86||区号|
|mobile|string|7-20|否|15051889346||手机号码|
|open_id|string|1-100|是|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|email|string|1-100|是|||email和open_id不能同时为空|
|source_type|string|2-10|否|||来源类型|
#### 返回错误
|错误code|错误提示|
... ... @@ -59,10 +59,15 @@ is_register为3表示需要跳转到关联,为0,1表示跳转到绑定
#### 请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|area|string|3|是|86||区号|
|mobile|string|20|否|15051889346||手机号码|
|openId|string|100|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|source_type|string|10|否|wechat||来源类型|
|area|string|2-3|是|86||区号|
|mobile|string|7-20|否|15051889346||手机号码|
|openId|string|1-100|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|source_type|string|2-10|否|wechat||来源类型|
#### 接口说明
| 请求域名 |http://api.yoho.cn/|
|接口名|app.passport.relatedMobile|
|接口说明|解决第三方登录时需要绑定的手机号已经注册不能绑定的问题|
|http请求方式|POST/GET|
#### 返回错误
|错误code|错误提示|
|:-------| -----:|
... ...