Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
D documents
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pass
  • documents
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Mar 23, 2019 by 叶佳菲's avatar 叶佳菲
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 3 deletions
+2 -3
  • home.md home.md +2 -3
  • No files found.
home.md
View page @ 002d6040
...@@ -29,7 +29,6 @@ http://pass.sovell.com/oauth/v2/userinfo ...@@ -29,7 +29,6 @@ http://pass.sovell.com/oauth/v2/userinfo
``` ```
- 生产环境终端信息根据实际情况配置 - 生产环境终端信息根据实际情况配置
``` ```
domain=pass.sovell.com domain=pass.sovell.com
``` ```
...@@ -43,10 +42,10 @@ domain=pass.sovell.com ...@@ -43,10 +42,10 @@ domain=pass.sovell.com
```javascript ```javascript
POST /oauth/v2/token HTTP/1.1 POST /oauth/v2/token HTTP/1.1
Host: pre.sovell.com Host: ${domain}
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id=B-8onb81TPCog2YBhSsQaA&client_secret=q1LQuI8C4CI grant_type=client_credentials&client_id=${client_id}&client_secret=${client_secret}
``` ```
> - grant_type必须为client_credentials > - grant_type必须为client_credentials
......
Clone repository
  • Home
  • 接口
    • 交易
    • 消息
    • 用户
    • 通用券
  • 渠道
    • 微信 1基本参数
    • 微信 2商户平台配置
    • 微信 3公众号参数
    • 微信 4公众平台配置
    • 微信(服务商方式)
    • 支付宝 1基本参数
    • 支付宝 2公钥上传
    • 支付宝(服务商方式)