| ... | ... | @@ -2,9 +2,8 @@ |
|
|
|
|
|
|
|
# OAuth2授权
|
|
|
|
|
|
|
|
- 授权的具体过程参见文档 [rfc6749](https://tools.ietf.org/html/rfc6749)
|
|
|
|
- 参见 [OpenID Connect](http://openid.net/connect/)
|
|
|
|
- 参见 [OAuth2补充](接口/OAuth2补充)
|
|
|
|
- 授权的具体过程详见 [rfc6749](https://tools.ietf.org/html/rfc6749)
|
|
|
|
- [OpenID标准](http://openid.net/connect/)
|
|
|
|
|
|
|
|
- 测试环境OAuth2地址
|
|
|
|
```
|
| ... | ... | @@ -129,4 +128,4 @@ http://pass.sovell.com/sovellpay/v2 |
|
|
|
|
|
|
|
> Authorization: Bearer ${access_token}
|
|
|
|
|
|
|
|
2. 参见 [交易接口](接口/交易) |
|
|
|
2. 详见 [交易接口](接口/交易) |