...
|
...
|
@@ -45,7 +45,7 @@ is_register为3表示需要跳转到关联,为0,1表示跳转到绑定 |
|
|
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|
|
|
|area|string|3|是|86||区号|
|
|
|
|mobile|string|20|否|15051889346||手机号码|
|
|
|
|open_id|string|100|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|
|
|
|openId|string|100|否|oGUyctxNLU9FnfzkLtcLt-FnzimU||第三方登录账号|
|
|
|
|source_type|string|10|否|wechat||来源类型|
|
|
|
#### 返回错误
|
|
|
|错误code|错误提示|
|
...
|
...
|
@@ -66,9 +66,13 @@ http://127.0.0.1:8080/gateway/?method=app.passport.relatedMobile&openId=oGUyctxN |
|
|
"alg": "SALT_MD5",
|
|
|
"code": 200,
|
|
|
"data": {
|
|
|
"uid": 8041765
|
|
|
"is_bind": "Y",
|
|
|
"profile": "15051889346",
|
|
|
"session_key": "aa00af909565b4c27b2da76c2a8f0468",
|
|
|
"uid": 8041839,
|
|
|
"vip": "0"
|
|
|
},
|
|
|
"md5": "38399913b3e35fe77cf193b726948844",
|
|
|
"md5": "85acccdc6eb9c925cccef7fe085298c5",
|
|
|
"message": "手机号关联成功!"
|
|
|
}
|
|
|
```
|
...
|
...
|
|