姜腾飞

Updated 处理微信新旧openId登录接口 (markdown)

... ... @@ -31,11 +31,20 @@ POST参数:
|---------------|----------------|--------------|
| open_id_new | 是 |openId新 |
| open_id_old | 是 |openId旧 |
| platform_name | 是 |平台标示 |
返回值:
```json
用户信息
{
"needChoose":true,
"userNew":{
},
"userOld":{
}
}
```
... ... @@ -51,9 +60,24 @@ POST参数:
|---------------|----------------|--------------|
| open_id | 是 |openId |
| user_id | 是 |用户账号id |
| platform_name| 是 |平台标示 |
返回值:
```json
成功:
status:200
{
"message":"success",
}
失败:
status:404
{
"message":"fail"
}
```
\ No newline at end of file
... ...