Skip to main content
e-Buy Docs
View All
Search
Shelves
Books
Log in
Info
Content
Books
e-Buy PaaS API
易百收银插件api
查询支付交易结果
查询支付交易结果
基本信息
接口名称:
查询支付交易结果
状 态:
已完成
接口路径:
POST
/paas/app/cashier/queryTrade
更新时间:
2021-06-24 22:58:27
Mock地址:
https://apimock.e-buychina.com/mock/605/paas/app/cashier/queryTrade
请求参数
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
是
交易类型
最大长度:50
最小长度:1
Mock:queryTrade
timestamp
number
是
请求时间戳
Mock:@timestamp
lang
string
是
语言
最大长度:50
最小长度:1
Mock:zh_CN
content
object
是
请求报文
outTradeNo
string
是
外部商户订单号
最大长度:128
最小长度:1
Mock:mock100100
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:queryTrade
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
是
返回报文
paymentStatus
string
是
交易结果
最大长度:64
最小长度:1
Mock:@string
totalAmount
number
否
订单总金额
Mock:@natural
currency
string
否
币种
最大长度:5
Mock:@string
outTradeNo
string
否
商户订单号
最大长度:50
Mock:@string
buyerId
string
否
买家id
最大长度:50
Mock:@string
paymentTime
string
否
支付时间
最大长度:25
Mock:@string
备注
变更历史
变更日期
变更内容
2021-05-12
{"path":"\/paas\/app\/cashier\/queryTrade","params":[]}
{"path":"\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"totalAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"totalAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-29
{"path":"\/paas\/app\/cashier\/queryTrade","params":[]}
{"path":"\/paas\/app\/cashier\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"totalAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-25
{"path":"\/queryTrade","params":[]}
{"path":"\/paas\/app\/cashier\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-21
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"mock100100"},"minLength":1,"maxLength":128,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-20
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"queryTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"queryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-20
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"userPay":{"type":"number","mock":{"mock":"@natural"},"description":"用户实付"},"couponFee":{"type":"number","mock":{"mock":"@natural"},"description":"代金券金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"tradeNo":{"type":"string","mock":{"mock":"@string"},"description":"机构订单号","minLength":0,"maxLength":64},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"buyerEmail":{"type":"string","description":"买家邮箱","mock":{"mock":"@string"},"minLength":0,"maxLength":50},"buyerPhone":{"type":"string","mock":{"mock":"@string"},"description":"买家手机号","minLength":0,"maxLength":50},"attach":{"type":"string","mock":{"mock":"@natural"},"description":"附加数据","minLength":0,"maxLength":127},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-20
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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":"raw"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"$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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"ebuyStatus":{"type":"string","mock":{"mock":"@string"},"description":"易百支付结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"userPay":{"type":"number","mock":{"mock":"@natural"},"description":"用户实付"},"couponFee":{"type":"number","mock":{"mock":"@natural"},"description":"代金券金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"tradeNo":{"type":"string","mock":{"mock":"@string"},"description":"机构订单号","minLength":0,"maxLength":64},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"buyerEmail":{"type":"string","description":"买家邮箱","mock":{"mock":"@string"},"minLength":0,"maxLength":50},"buyerPhone":{"type":"string","mock":{"mock":"@string"},"description":"买家手机号","minLength":0,"maxLength":50},"attach":{"type":"string","mock":{"mock":"@natural"},"description":"附加数据","minLength":0,"maxLength":127},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus","ebuyStatus"]}},"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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"userPay":{"type":"number","mock":{"mock":"@natural"},"description":"用户实付"},"couponFee":{"type":"number","mock":{"mock":"@natural"},"description":"代金券金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"tradeNo":{"type":"string","mock":{"mock":"@string"},"description":"机构订单号","minLength":0,"maxLength":64},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"buyerEmail":{"type":"string","description":"买家邮箱","mock":{"mock":"@string"},"minLength":0,"maxLength":50},"buyerPhone":{"type":"string","mock":{"mock":"@string"},"description":"买家手机号","minLength":0,"maxLength":50},"attach":{"type":"string","mock":{"mock":"@natural"},"description":"附加数据","minLength":0,"maxLength":127},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-20
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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":"raw"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{}}
{"$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":"apiQueryTrade"}},"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":{"paymentStatus":{"type":"string","mock":{"mock":"@string"},"description":"交易结果","minLength":1,"maxLength":64},"ebuyStatus":{"type":"string","mock":{"mock":"@string"},"description":"易百支付结果","minLength":1,"maxLength":64},"paymentAmount":{"type":"number","mock":{"mock":"@natural"},"description":"订单总金额"},"userPay":{"type":"number","mock":{"mock":"@natural"},"description":"用户实付"},"couponFee":{"type":"number","mock":{"mock":"@natural"},"description":"代金券金额"},"currency":{"type":"string","mock":{"mock":"@string"},"description":"币种","minLength":0,"maxLength":5},"outTradeNo":{"type":"string","mock":{"mock":"@string"},"description":"商户订单号","minLength":0,"maxLength":50},"tradeNo":{"type":"string","mock":{"mock":"@string"},"description":"机构订单号","minLength":0,"maxLength":64},"buyerId":{"type":"string","mock":{"mock":"@string"},"description":"买家id","minLength":0,"maxLength":50},"buyerEmail":{"type":"string","description":"买家邮箱","mock":{"mock":"@string"},"minLength":0,"maxLength":50},"buyerPhone":{"type":"string","mock":{"mock":"@string"},"description":"买家手机号","minLength":0,"maxLength":50},"attach":{"type":"string","mock":{"mock":"@natural"},"description":"附加数据","minLength":0,"maxLength":127},"paymentTime":{"type":"string","mock":{"mock":"@string"},"description":"支付时间","minLength":0,"maxLength":25}},"description":"返回报文","required":["paymentStatus","ebuyStatus"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2021-04-20
{"path":"\/queryTrade","params":[]}
{"path":"\/queryTrade","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":"raw"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"string","mock":{"mock":"@image"},"description":"渠道图标","minLength":32,"maxLength":500},"name":{"type":"string","mock":{"mock":"@string(2, 10)"},"minLength":2,"maxLength":10,"description":"渠道名称"},"channelId":{"type":"number","description":"渠道 ID","mock":{"mock":"@natural(1, 100000)"}},"notifyUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"交易结果通知地址(带有异步的结果参数)","minLength":10,"maxLength":500},"afterPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"支付完成后跳转地址(带有同步的结果参数)","minLength":10,"maxLength":500},"cancelPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"中断支付或支付失败跳转地址","minLength":10,"maxLength":500}},"required":["icon","name","channelId","notifyUrl","afterPayUrl","cancelPayUrl"]},"description":"支付渠道列表"}},"required":["dataList"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage",""content": { "type": "object", "properties": { "paymentStatus": { "type": "string", "mock": { "mock": "@string" }, "description": "交易结果", "minLength": 1, "maxLength": 64 }, "ebuyStatus": { "type": "string", "mock": { "mock": "@string" }, "description": "易百支付结果", "minLength": 1, "maxLength": 64 }, "paymentAmount": { "type": "number", "mock": { "mock": "@natural" }, "description": "订单总金额" }, "userPay": { "type": "number", "mock": { "mock": "@natural" }, "description": "用户实付" }, "couponFee": { "type": "number", "mock": { "mock": "@natural" }, "description": "代金券金额" }, "currency": { "type": "string", "mock": { "mock": "@string" }, "description": "币种", "minLength": 0, "maxLength": 5 }, "outTradeNo": { "type": "string", "mock": { "mock": "@string" }, "description": "商户订单号", "minLength": 0, "maxLength": 50 }, "tradeNo": { "type": "string", "mock": { "mock": "@string" }, "description": "机构订单号", "minLength": 0, "maxLength": 64 }, "buyerId": { "type": "string", "mock": { "mock": "@string" }, "description": "买家id", "minLength": 0, "maxLength": 50 }, "buyerEmail": { "type": "string", "description": "买家邮箱", "mock": { "mock": "@string" }, "minLength": 0, "maxLength": 50 }, "buyerPhone": { "type": "string", "mock": { "mock": "@string" }, "description": "买家手机号", "minLength": 0, "maxLength": 50 }, "attach": { "type": "string", "mock": { "mock": "@natural" }, "description": "附加数据", "minLength": 0, "maxLength": 127 }, "paymentTime": { "type": "string", "mock": { "mock": "@string" }, "description": "支付时间", "minLength": 0, "maxLength": 25 } }, "description": "返回报文", "required": ["paymentStatus", "ebuyStatus"] }]}
{"type":"object","title":"empty object","properties":{}}
2021-04-20
{"path":"\/getChannel_1618917007206","params":[]}
{"path":"\/queryTrade","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":"raw"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"terminalType":{"type":"string","mock":{"mock":"@natural(2, 15)"},"description":"适用终端类型","minLength":2,"maxLength":5}},"description":"请求报文","required":["terminalType"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"outTradeNo":{"type":"string","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32,"description":"外部商户订单号"}},"description":"请求报文","required":["outTradeNo"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"string","mock":{"mock":"@image"},"description":"渠道图标","minLength":32,"maxLength":500},"name":{"type":"string","mock":{"mock":"@string(2, 10)"},"minLength":2,"maxLength":10,"description":"渠道名称"},"channelId":{"type":"number","description":"渠道 ID","mock":{"mock":"@natural(1, 100000)"}},"notifyUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"交易结果通知地址(带有异步的结果参数)","minLength":10,"maxLength":500},"afterPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"支付完成后跳转地址(带有同步的结果参数)","minLength":10,"maxLength":500},"cancelPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"中断支付或支付失败跳转地址","minLength":10,"maxLength":500}},"required":["icon","name","channelId","notifyUrl","afterPayUrl","cancelPayUrl"]},"description":"支付渠道列表"}},"required":["dataList"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"getCashier"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"string","mock":{"mock":"@image"},"description":"渠道图标","minLength":32,"maxLength":500},"name":{"type":"string","mock":{"mock":"@string(2, 10)"},"minLength":2,"maxLength":10,"description":"渠道名称"},"channelId":{"type":"number","description":"渠道 ID","mock":{"mock":"@natural(1, 100000)"}},"notifyUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"交易结果通知地址(带有异步的结果参数)","minLength":10,"maxLength":500},"afterPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"支付完成后跳转地址(带有同步的结果参数)","minLength":10,"maxLength":500},"cancelPayUrl":{"type":"string","mock":{"mock":"@url(10, 500)"},"description":"中断支付或支付失败跳转地址","minLength":10,"maxLength":500}},"required":["icon","name","channelId","notifyUrl","afterPayUrl","cancelPayUrl"]},"description":"支付渠道列表"}},"required":["dataList"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage",""content": { "type": "object", "properties": { "paymentStatus": { "type": "string", "mock": { "mock": "@string" }, "description": "交易结果", "minLength": 1, "maxLength": 64 }, "ebuyStatus": { "type": "string", "mock": { "mock": "@string" }, "description": "易百支付结果", "minLength": 1, "maxLength": 64 }, "paymentAmount": { "type": "number", "mock": { "mock": "@natural" }, "description": "订单总金额" }, "userPay": { "type": "number", "mock": { "mock": "@natural" }, "description": "用户实付" }, "couponFee": { "type": "number", "mock": { "mock": "@natural" }, "description": "代金券金额" }, "currency": { "type": "string", "mock": { "mock": "@string" }, "description": "币种", "minLength": 0, "maxLength": 5 }, "outTradeNo": { "type": "string", "mock": { "mock": "@string" }, "description": "商户订单号", "minLength": 0, "maxLength": 50 }, "tradeNo": { "type": "string", "mock": { "mock": "@string" }, "description": "机构订单号", "minLength": 0, "maxLength": 64 }, "buyerId": { "type": "string", "mock": { "mock": "@string" }, "description": "买家id", "minLength": 0, "maxLength": 50 }, "buyerEmail": { "type": "string", "description": "买家邮箱", "mock": { "mock": "@string" }, "minLength": 0, "maxLength": 50 }, "buyerPhone": { "type": "string", "mock": { "mock": "@string" }, "description": "买家手机号", "minLength": 0, "maxLength": 50 }, "attach": { "type": "string", "mock": { "mock": "@natural" }, "description": "附加数据", "minLength": 0, "maxLength": 127 }, "paymentTime": { "type": "string", "mock": { "mock": "@string" }, "description": "支付时间", "minLength": 0, "maxLength": 25 } }, "description": "返回报文", "required": ["paymentStatus", "ebuyStatus"] }]}
api-id=28322
entities.pages_pointer_enter_mode
Previous
拉起收银台插件
Next
交易退款
No Comments
Add Comment
New Comment
In reply to 1234
Remove
Cancel
Save Comment
Back to top
Entity Select
No Comments