Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
姜腾飞
2015-10-29 14:56:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6db78a44b1769489f4d424142ad350c0080ec832
6db78a44
1 parent
49335a94
Updated 处理微信新旧openId登录接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletions
处理微信新旧openId登录接口.md
处理微信新旧openId登录接口.md
View file @
6db78a4
...
...
@@ -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
...
...
Please
register
or
login
to post a comment