Skip to main content
e-Buy Docs
View All
Search
Shelves
Books
Log in
Info
Content
Books
e-Buy 交易账单
接口列表
查询交易账单
查询交易账单
基本信息
接口名称:
对账明细
状 态:
已完成
接口路径:
POST
/paas/micro/cashier/_getPaymentList
更新时间:
2023-09-07 21:51:01
Mock地址:
https://apimock.e-buychina.com/mock/587/paas/micro/cashier/_getPaymentList
请求参数
Headers:
参数名称
参数值
是否必填
Content-Type
application/json
是
Body:
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
appId
string
是
请求AppId
最大长度:50
最小长度:1
Mock:@natural
action
string
是
_getPaymentList
交易类型
最大长度:50
最小长度:1
Mock:_getPaymentList
timestamp
number
是
请求时间戳,毫秒
Mock:@timestamp
signType
string
是
签名类型
最大长度:20
最小长度:1
Mock:sha256
sign
string
是
签名值
最大长度:500
最小长度:1
Mock:@natural
lang
string
是
语言
最大长度:50
最小长度:1
Mock:zh_CN
content
object
是
请求报文
tradeDate
string
是
交易日期(格式:YYYYMMDD)
最大长度:32
最小长度:1
Mock:@string(1,32)
payWay
string
否
支付渠道
Mock:@string
pageNumber
integer
是
当前页
Mock:@integer
pageSize
integer
是
10
每页行数
Mock:@integer
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:_getPaymentList
timestamp
number
是
返回时间戳
Mock:@timestamp
errorCode
string
是
错误码
最大长度:50
Mock:@word
errorMessage
string
是
错误描述
最大长度:50
Mock:@csentence
signType
string
是
签名类型
最大长度:20
Mock:sha256
sign
string
是
签名值
最大长度:500
Mock:@natural
content
object
是
返回报文
recordList
array
是
记录列表
payWay
string
是
支付渠道编码WECHAT,ALIPAY,UNIONPAY
Mock:@string
tradeTime
string
是
交易时间,格式(YYYY-MM-DD HH:mm:SS)
Mock:@string
subAppId
string
是
支付渠道appId
Mock:@string
subMerchantNo
string
是
支付渠道商户号
Mock:@string
shopNo
string
是
门店编号
Mock:@string
deviceNo
string
否
设备号
Mock:@string
channelTradeNo
string
是
渠道交易流水号
Mock:@string
outTradeNo
string
是
商户流水号
Mock:@string
payAccountId
string
否
渠道支付账号
Mock:@string
orderAmount
string
是
订单金额
Mock:@string
channelType
string
是
支付渠道类型
Mock:@string
paymentStatus
string
是
支付状态
Mock:@string
paymentBank
string
否
支付银行编码
Mock:@string
currency
string
是
币种
Mock:@string
settleAmount
string
是
结算金额
Mock:@string
couponAmount
string
否
券金额
Mock:@string
channelRefundNo
string
否
渠道退款流水号
Mock:@string
outRefundNo
string
否
商户退款流水号
Mock:@string
refundAmount
string
否
退款金额
Mock:@string
applyRefundAmount
string
否
申请退款金额
Mock:@string
couponRefundAmount
string
否
券退款金额
Mock:@string
refundType
string
否
退款类型
Mock:@string
refundStatus
string
否
退款状态
Mock:@string
orderDesc
string
否
订单描述
Mock:@string
orderOrigin
string
否
订单透传数据
Mock:@string
remarks
string
否
备注
Mock:@string
备注
变更历史
变更日期
变更内容
2023-09-07
{"path":"\/_getPaymentList","params":[]}
{"path":"\/_getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"_getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"},"pageNumber":{"type":"integer","mock":{"mock":"@integer"},"description":"页号","minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"pageSize":{"type":"integer","mock":{"mock":"@integer"},"description":"页大小","minimum":1,"exclusiveMinimum":true,"maximum":500,"exclusiveMaximum":true,"default":"10"}},"description":"请求报文","required":["brandId","tradeDate","pageNumber","pageSize"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"_getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"},"pageNumber":{"type":"integer","mock":{"mock":"@integer"},"description":"当前页","minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"pageSize":{"type":"integer","mock":{"mock":"@integer"},"description":"每页行数","minimum":1,"exclusiveMinimum":true,"maximum":500,"exclusiveMaximum":true,"default":"10"}},"description":"请求报文","required":["brandId","tradeDate","pageNumber","pageSize"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-09-07
{"path":"\/_getPaymentList","params":[]}
{"path":"\/_getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"_getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"_getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"},"pageNumber":{"type":"integer","mock":{"mock":"@integer"},"description":"页号","minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"pageSize":{"type":"integer","mock":{"mock":"@integer"},"description":"页大小","minimum":1,"exclusiveMinimum":true,"maximum":500,"exclusiveMaximum":true,"default":"10"}},"description":"请求报文","required":["brandId","tradeDate","pageNumber","pageSize"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-07-28
{"path":"\/getPaymentList","params":[]}
{"path":"\/_getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"_getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-07-19
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳,毫秒","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"shopNo":{"type":"string","mock":{"mock":"@string"},"description":"门店编号"},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","shopNo"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"getPaymentList","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"getPaymentList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"订单备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"}},"remarks":{"type":"string","mock":{"mock":"@string"}}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","orderOrigin","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"},"description":"订单透传数据"},"remarks":{"type":"string","mock":{"mock":"@string"},"description":"订单备注"}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"}},"remarks":{"type":"string","mock":{"mock":"@string"}}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","orderOrigin","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"}},"remarks":{"type":"string","mock":{"mock":"@string"}}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","orderOrigin","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content","signType","sign"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"pay_way":{"type":"string"},"trade_time":{"type":"string"},"sub_app_id":{"type":"string"},"sub_merchant_no":{"type":"string"},"device_no":{"type":"string"},"channel_trade_no":{"type":"string"},"out_trade_no":{"type":"string"},"pay_account_id":{"type":"string"},"order_amount":{"type":"string"},"channel_type":{"type":"string"},"payment_status":{"type":"string"},"payment_bank":{"type":"string"},"currency":{"type":"string"},"settle_amount":{"type":"string"},"coupon_amount":{"type":"string"},"channel_refund_no":{"type":"string"},"out_refund_no":{"type":"string"},"refund_amount":{"type":"string"},"apply_refund_amount":{"type":"string"},"coupon_refund_amount":{"type":"string"},"refund_type":{"type":"string"},"refund_status":{"type":"string"},"order_desc":{"type":"string"},"order_origin":{"type":"string"},"remarks":{"type":"string"}},"description":"记录明细","required":["pay_way","trade_time","device_no","sub_merchant_no","sub_app_id","payment_bank","payment_status","channel_type","pay_account_id","out_trade_no","channel_trade_no","refund_status","refund_type","coupon_refund_amount","refund_amount","out_refund_no","channel_refund_no","coupon_amount","settle_amount","currency","order_amount","order_origin","order_desc","apply_refund_amount","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"payWay":{"type":"string","description":"支付渠道编码WECHAT,ALIPAY,UNIONPAY","mock":{"mock":"@string"}},"tradeTime":{"type":"string","mock":{"mock":"@string"},"description":"交易时间,格式(YYYY-MM-DD HH:mm:SS)"},"subAppId":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道appId"},"subMerchantNo":{"type":"string","description":"支付渠道商户号","mock":{"mock":"@string"}},"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@string"}},"channelTradeNo":{"type":"string","description":"渠道交易流水号","mock":{"mock":"@string"}},"outTradeNo":{"type":"string","description":"商户流水号","mock":{"mock":"@string"}},"payAccountId":{"type":"string","description":"渠道支付账号","mock":{"mock":"@string"}},"orderAmount":{"type":"string","description":"订单金额","mock":{"mock":"@string"}},"channelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"}},"paymentStatus":{"type":"string","description":"支付状态","mock":{"mock":"@string"}},"paymentBank":{"type":"string","description":"支付银行编码","mock":{"mock":"@string"}},"currency":{"type":"string","description":"币种","mock":{"mock":"@string"}},"settleAmount":{"type":"string","mock":{"mock":"@string"},"description":"结算金额"},"couponAmount":{"type":"string","mock":{"mock":"@string"},"description":"券金额"},"channelRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"渠道退款流水号"},"outRefundNo":{"type":"string","mock":{"mock":"@string"},"description":"商户退款流水号"},"refundAmount":{"type":"string","mock":{"mock":"@string"},"description":"退款金额"},"applyRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"申请退款金额"},"couponRefundAmount":{"type":"string","mock":{"mock":"@string"},"description":"券退款金额"},"refundType":{"type":"string","mock":{"mock":"@string"},"description":"退款类型"},"refundStatus":{"type":"string","mock":{"mock":"@string"},"description":"退款状态"},"orderDesc":{"type":"string","mock":{"mock":"@string"},"description":"订单描述"},"orderOrigin":{"type":"string","mock":{"mock":"@string"}},"remarks":{"type":"string","mock":{"mock":"@string"}}},"description":"记录明细","required":["payWay","tradeTime","subMerchantNo","subAppId","paymentStatus","channelType","outTradeNo","channelTradeNo","settleAmount","currency","orderAmount","orderOrigin","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate","payWay"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"pay_way":{"type":"string"},"trade_time":{"type":"string"},"sub_app_id":{"type":"string"},"sub_merchant_no":{"type":"string"},"device_no":{"type":"string"},"channel_trade_no":{"type":"string"},"out_trade_no":{"type":"string"},"pay_account_id":{"type":"string"},"order_amount":{"type":"string"},"channel_type":{"type":"string"},"payment_status":{"type":"string"},"payment_bank":{"type":"string"},"currency":{"type":"string"},"settle_amount":{"type":"string"},"coupon_amount":{"type":"string"},"channel_refund_no":{"type":"string"},"out_refund_no":{"type":"string"},"refund_amount":{"type":"string"},"apply_refund_amount":{"type":"string"},"coupon_refund_amount":{"type":"string"},"refund_type":{"type":"string"},"refund_status":{"type":"string"},"order_desc":{"type":"string"},"order_origin":{"type":"string"},"remarks":{"type":"string"}},"description":"记录明细","required":["pay_way","trade_time","device_no","sub_merchant_no","sub_app_id","payment_bank","payment_status","channel_type","pay_account_id","out_trade_no","channel_trade_no","refund_status","refund_type","coupon_refund_amount","refund_amount","out_refund_no","channel_refund_no","coupon_amount","settle_amount","currency","order_amount","order_origin","order_desc","apply_refund_amount","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"pay_way":{"type":"string"},"trade_time":{"type":"string"},"sub_app_id":{"type":"string"},"sub_merchant_no":{"type":"string"},"device_no":{"type":"string"},"channel_trade_no":{"type":"string"},"out_trade_no":{"type":"string"},"pay_account_id":{"type":"string"},"order_amount":{"type":"string"},"channel_type":{"type":"string"},"payment_status":{"type":"string"},"payment_bank":{"type":"string"},"currency":{"type":"string"},"settle_amount":{"type":"string"},"coupon_amount":{"type":"string"},"channel_refund_no":{"type":"string"},"out_refund_no":{"type":"string"},"refund_amount":{"type":"string"},"apply_refund_amount":{"type":"string"},"coupon_refund_amount":{"type":"string"},"refund_type":{"type":"string"},"refund_status":{"type":"string"},"order_desc":{"type":"string"},"order_origin":{"type":"string"},"remarks":{"type":"string"}},"description":"记录明细","required":["pay_way","trade_time","device_no","sub_merchant_no","sub_app_id","payment_bank","payment_status","channel_type","pay_account_id","out_trade_no","channel_trade_no","refund_status","refund_type","coupon_refund_amount","refund_amount","out_refund_no","channel_refund_no","coupon_amount","settle_amount","currency","order_amount","order_origin","order_desc","apply_refund_amount","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate","payWay"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate","payWay"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"},"field_1":{"type":"string"}},"required":["cancelResult","field_1"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"recordList":{"type":"array","items":{"type":"object","properties":{"pay_way":{"type":"string"},"trade_time":{"type":"string"},"sub_app_id":{"type":"string"},"sub_merchant_no":{"type":"string"},"device_no":{"type":"string"},"channel_trade_no":{"type":"string"},"out_trade_no":{"type":"string"},"pay_account_id":{"type":"string"},"order_amount":{"type":"string"},"channel_type":{"type":"string"},"payment_status":{"type":"string"},"payment_bank":{"type":"string"},"currency":{"type":"string"},"settle_amount":{"type":"string"},"coupon_amount":{"type":"string"},"channel_refund_no":{"type":"string"},"out_refund_no":{"type":"string"},"refund_amount":{"type":"string"},"apply_refund_amount":{"type":"string"},"coupon_refund_amount":{"type":"string"},"refund_type":{"type":"string"},"refund_status":{"type":"string"},"order_desc":{"type":"string"},"order_origin":{"type":"string"},"remarks":{"type":"string"}},"description":"记录明细","required":["pay_way","trade_time","device_no","sub_merchant_no","sub_app_id","payment_bank","payment_status","channel_type","pay_account_id","out_trade_no","channel_trade_no","refund_status","refund_type","coupon_refund_amount","refund_amount","out_refund_no","channel_refund_no","coupon_amount","settle_amount","currency","order_amount","order_origin","order_desc","apply_refund_amount","remarks"]},"description":"记录列表"}},"required":["recordList"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"},"payWay":{"type":"string","mock":{"mock":"@string"},"description":"支付渠道"}},"description":"请求报文","required":["brandId","tradeDate","payWay"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"},"field_1":{"type":"string"}},"required":["cancelResult","field_1"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"paymentDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","paymentDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"tradeDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","tradeDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getPaymentList","params":[]}
{"path":"\/getPaymentList","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"record_date":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","record_date"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"paymentDate":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","paymentDate"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2023-06-13
{"path":"\/getRecordList","params":[]}
{"path":"\/getPaymentList","params":[]}
[]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"@natural"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"},"maximum":14,"exclusiveMaximum":true,"minimum":0,"exclusiveMinimum":true},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"record_date":{"type":"string","mock":{"mock":"@string(1,32)"},"minLength":1,"maxLength":32,"description":"交易日期(格式:YYYYMMDD)"}},"description":"请求报文","required":["brandId","record_date"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"cancel"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"cancelResult":{"type":"string","description":"撤销结果","mock":{"mock":"@word"},"minLength":"1","maxLength":"50"}},"required":["cancelResult"],"description":"返回报文"}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
api-id=35917
entities.pages_pointer_enter_mode
Previous
接口列表
No Comments
Add Comment
New Comment
In reply to 1234
Remove
Cancel
Save Comment
Back to top
Entity Select
No Comments