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
    • 接口
  • 交易

交易 · Changes

Page history
Update 交易 authored Mar 12, 2019 by 叶佳菲's avatar 叶佳菲
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 1 deletion
+3 -1
  • 接口/交易.md 接口/交易.md +3 -1
  • No files found.
接口/交易.md
View page @ 54b25435
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
接口描述 接口描述
=== ===
> 接口中所有token参数都是通过[OAuth2授权](http://gitlab.sovell.com/pass/documents/wikis/home#OAuth2授权)取得
### R1.查询交易单 ### R1.查询交易单
> - 本接口调用频率同一订单不超过1次/秒 > - 本接口调用频率同一订单不超过1次/秒
...@@ -311,7 +313,7 @@ Authorization: Bearer ${token} ...@@ -311,7 +313,7 @@ Authorization: Bearer ${token}
|参数名|类型|说明| |参数名|类型|说明|
|:---|:---|:---| |:---|:---|:---|
|domain|string|接口域名| |domain|string|接口域名|
|token|string|访问令牌| |token|string|访问令牌,通过[OAuth2授权](http://gitlab.sovell.com/pass/documents/wikis/home#OAuth2授权)取得|
|timeout|string|阻塞查询时用,传0则立即返回结果,否则在timeout时间内若交易单状态发生变化时返回结果,格式为xxxs,默认10s| |timeout|string|阻塞查询时用,传0则立即返回结果,否则在timeout时间内若交易单状态发生变化时返回结果,格式为xxxs,默认10s|
|seq|string|客户端订单号,商户订单号,下位订单号| |seq|string|客户端订单号,商户订单号,下位订单号|
|sign|string|签名,请看[如何签名](#如何签名)| |sign|string|签名,请看[如何签名](#如何签名)|
......
Clone repository
  • Home
  • 接口
    • 交易
    • 消息
    • 用户
    • 通用券
  • 渠道
    • 微信 1基本参数
    • 微信 2商户平台配置
    • 微信 3公众号参数
    • 微信 4公众平台配置
    • 微信(服务商方式)
    • 支付宝 1基本参数
    • 支付宝 2公钥上传
    • 支付宝(服务商方式)