Authored by zhengwen.ge

update

... ... @@ -2,11 +2,11 @@
#### 请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|area|string|65534|是|86||区号|
|mobile|string|65534|否|15051889346||手机号码|
|open_id|string|65534|是|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|email|string|65534|是|||email和open_id不能同时为空|
|source_type|string|65534|否|||来源类型|
|area|string|3|是|86||区号|
|mobile|string|20|否|15051889346||手机号码|
|open_id|string|100|是|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|email|string|100|是|||email和open_id不能同时为空|
|source_type|string|10|否|||来源类型|
#### 返回错误
|错误code|错误提示|
... ... @@ -43,10 +43,10 @@ is_register为3表示需要跳转到关联,为0,1表示跳转到绑定
#### 请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|area|string|65534|是|86||区号|
|mobile|string|65534|否|15051889346||手机号码|
|open_id|string|65534|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|source_type|string|65534|否|wechat||来源类型|
|area|string|3|是|86||区号|
|mobile|string|20|否|15051889346||手机号码|
|open_id|string|100|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|source_type|10|65534|否|wechat||来源类型|
#### 返回错误
|错误code|错误提示|
|:-------| -----:|
... ...