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 Jul 11, 2019 by 叶佳菲's avatar 叶佳菲
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 0 deletions
+2 -0
  • 接口/交易.md 接口/交易.md +2 -0
  • No files found.
接口/交易.md
View page @ 23bd5f4a
...@@ -239,6 +239,7 @@ POST http://${domain}/sovellpay/v2/trade ...@@ -239,6 +239,7 @@ POST http://${domain}/sovellpay/v2/trade
&app={app*} &app={app*}
&expire={expire*} &expire={expire*}
&sub={sub*} &sub={sub*}
&timeout=${timeout*}
&sign=${sign} &sign=${sign}
Authorization: Bearer ${token} Authorization: Bearer ${token}
Content-Type: application/json Content-Type: application/json
...@@ -277,6 +278,7 @@ Content-Type: application/json ...@@ -277,6 +278,7 @@ Content-Type: application/json
||alipay|支付宝扫码支付| ||alipay|支付宝扫码支付|
|expire(可选)|string|过期时间,由于各交易通道对过期的定义的差异,该时间定义为最大过期时间,实际过期时间会存在差异,没有单位时默认毫秒,格式为xxxs,默认300s,最大600s| |expire(可选)|string|过期时间,由于各交易通道对过期的定义的差异,该时间定义为最大过期时间,实际过期时间会存在差异,没有单位时默认毫秒,格式为xxxs,默认300s,最大600s|
|sub(可选)||用户id| |sub(可选)||用户id|
|timeout|string|阻塞查询时用,只在B扫C时有效,传0则立即返回结果,否则在timeout时间内若交易单状态发生变化时返回结果,格式为xxxs,默认10s|
|sign|string|签名,请看[如何签名](#如何签名)| |sign|string|签名,请看[如何签名](#如何签名)|
|其他||见[其他请求参数说明](#其他请求参数说明)| |其他||见[其他请求参数说明](#其他请求参数说明)|
......
Clone repository
  • Home
  • 接口
    • 交易
    • 消息
    • 用户
    • 通用券
  • 渠道
    • 微信 1基本参数
    • 微信 2商户平台配置
    • 微信 3公众号参数
    • 微信 4公众平台配置
    • 微信(服务商方式)
    • 支付宝 1基本参数
    • 支付宝 2公钥上传
    • 支付宝(服务商方式)