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
undancer
2016-01-25 11:51:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d6145f00bfef666bcfc268c834fe4f21b132e03
6d6145f0
1 parent
fbe2cff4
Updated 第三方登录 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
第三方登录.md
第三方登录.md
View file @
6d6145f
...
...
@@ -7,13 +7,13 @@
在/after_bind接口提交时增加参数payload。payload的格式为json,其中包括从授权服务器获得的所有key-value内容。
参数为:
| key | Android微信 | AndroidQQ |
| --- | --- | --- |
| access_token | ⭕️ | ⭕️ |
| refresh_token | ⭕️ | ❌ |
| key | Android微信 | AndroidQQ |
是否必须 |
| --- | --- | --- |
--- |
| access_token | ⭕️ | ⭕️ |
必须 |
| refresh_token | ⭕️ | ❌ |
必须 |
| openid | ⭕️ | ⭕️ |
| expires_in | ⭕️ | ⭕️ |
| refresh_token_expires | ⭕️ | ❌ |
| expires_in | ⭕️ | ⭕️ |
必须 |
| refresh_token_expires | ⭕️ | ❌ |
必须 |
| appid | ❌ | ⭕️ |
| uid | ⭕️ | ⭕️ |
| unionid | ⭕️ | ❌ |
...
...
Please
register
or
login
to post a comment