document update

master
yixian 5 years ago
parent e2db068ebf
commit 477c7c356c

@ -228,6 +228,11 @@ refundStatus:
description: 币种
example:
AUD
settlement_date:
type: string
format: date
pattern: yyyy-mm-dd
description: 预期清算日期(可能受到账情况、节假日影响)(yyyy-MM-dd)仅退款成功存在SUCCESS, FINISHED
transactionItem:
type: object
properties:

@ -1056,7 +1056,15 @@ paths:
transactions:
type: array
items:
$ref: 'components_order.yml#/transactionItem'
allOf:
- $ref: 'components_order.yml#/transactionItem'
- type: object
properties:
settlement_date:
type: string
format: date
pattern: yyyy-mm-dd
description: 预期清算日期(可能受到账情况、节假日影响)(yyyy-MM-dd)
/gateway/partners/{partner_code}/settlements:
get:
summary: 查看清算详情

@ -225,6 +225,11 @@ refundStatus:
type: string
example:
AUD
settlement_date:
type: string
format: date
pattern: yyyy-mm-dd
description: target settlement date, maybe delay due to holidays and bank issues(yyyy-MM-dd). only exists when status is SUCCESS or FINISHED
transactionItem:
type: object
properties:

@ -1075,7 +1075,15 @@ paths:
transactions:
type: array
items:
$ref: 'components_order.yml#/transactionItem'
allOf:
- $ref: 'components_order.yml#/transactionItem'
- type: object
properties:
settlement_date:
type: string
format: date
pattern: yyyy-mm-dd
description: target settlement date, maybe delay due to holidays and bank issues(yyyy-MM-dd)
/gateway/partners/{partner_code}/settlements:
get:
summary: 查看清算详情

Loading…
Cancel
Save