Skip to main content
e-Buy Docs
View All
Search
Shelves
Books
Log in
Info
Content
Books
e-Buy 电子券4.1
查询
查询码状态
查询码状态
基本信息
接口名称:
查询码状态
状 态:
已完成
接口路径:
POST
/paas/micro/ecoupon/query-queryCodeStatus
更新时间:
2024-07-31 00:21:14
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/query-queryCodeStatus
请求参数
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:queryCodeStatus
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
是
请求报文
codes
array
是
串码号
返回数据
参数名称
类型
必填
默认值
备注
其他信息
outerOrderId
string
是
制码订单号原样下发
最大长度:64
最小长度:1
Mock:@string
createTime
number
是
交易成功与否
Mock:@now('yyyyMMddHHmmss')-@string('lower',32)
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:queryCodeStatus
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
是
返回报文
details
array
是
code
string
是
券码
最大长度:64
最小长度:10
Mock:@string
codeStatus
string
是
状态码
Mock:@string
codeStatusDesc
string
是
状态描述
Mock:@string
resultCode
string
是
子订单错误码
最大长度:50
Mock:@word
resultMessage
string
是
子订单错误描述
最大长度:50
Mock:@csentence
备注
1、券码枚举和描述
codeStatus状态码
描述
00
初始状态
01
已使用
02
使用中
03
未激活
04
已冻结
05
已作废
06
已失效
07
活动还没开始
09
不存在
10
已被系统作废
变更历史
变更日期
变更内容
2022-04-28
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string","mock":{"mock":"10010602191809512072"}},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string","mock":{"mock":"10010602191809512072"}},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"queryCodeStatus"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"queryCodeStatus"}},"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":{"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"minLength":10,"maxLength":64,"description":"券码"},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["details"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string","mock":{"mock":"10010602191809512072"}},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"queryCodeStatus"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"queryCodeStatus"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"queryCodeStatus"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"details":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"codeStatus":{"type":"string","mock":{"mock":"@string"},"description":"状态码"},"codeStatusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述"},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"}},"required":["code","resultCode","resultMessage","codeStatus","codeStatusDesc"]}}},"required":["outerOrderId","details","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"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":"queryCodeStatus"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"codes":{"type":"array","items":{"type":"string"},"description":"串码号"}},"description":"请求报文","required":["codes"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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"}
{"$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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","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"}
{"$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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"type":"object","title":"empty object","properties":{}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":64,"mock":{"mock":"@string"},"description":"制码订单号原样下发"},"createTime":{"type":"number","description":"交易成功与否","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"makeQuery"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":1,"maxLength":32,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号"},"createTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"订单发起时间"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"resultCode":{"type":"string","mock":{"mock":"@word"},"minLength":0,"maxLength":50,"description":"子订单错误码"},"resultMessage":{"type":"string","mock":{"mock":"@csentence"},"minLength":0,"maxLength":50,"description":"子订单错误描述"},"ticketId":{"type":"number","description":"批次号"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"批次名称","minLength":1,"maxLength":100},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期开始时间"},"valieEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"minLength":14,"maxLength":14,"description":"码有效期结束时间"},"codeDetail":{"type":"array","items":{"type":"object","properties":{"codeSecret":{"type":"string","mock":{"mock":"@string"},"description":"串码密文","minLength":1,"maxLength":64},"codeMask":{"type":"string","mock":{"mock":"@string"},"description":"串码掩码","minLength":1,"maxLength":64},"password":{"type":"string","mock":{"mock":"@string"},"description":"认证密码","minLength":1,"maxLength":64},"codeH5Url":{"type":"string","mock":{"mock":"@string"},"description":"活动页面连接","minLength":1,"maxLength":64},"codePicUrl":{"type":"string","mock":{"mock":"@string"},"description":"二维码图片连接","minLength":1,"maxLength":64},"useTimes":{"type":"integer","mock":{"mock":"@natural"},"description":"串码可使用次数","minimum":0,"exclusiveMinimum":true,"maximum":99999,"exclusiveMaximum":true},"status":{"type":"string","mock":{"mock":"@string"},"description":"串码状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":1,"maxLength":10}},"required":["codeSecret","codeMask","statusDesc","status","useTimes"]},"description":"串码详情"}},"required":["outerOrderItemId","ticketId","ticketName","codeDetail","resultCode","resultMessage"]}}},"required":["outerOrderId","items","createTime"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-24
{"path":"\/query-queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","params":[]}
[]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"raw"}
{"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"type":"object","title":"empty object","properties":{}}
{"type":"object","title":"empty object","properties":{}}
2021-08-24
{"path":"\/queryCodeStatus","params":[]}
{"path":"\/query-queryCodeStatus","params":[]}
[]
[]
{"req_body_type":"raw"}
{"req_body_type":"raw"}
{"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"type":"object","title":"empty object","properties":{}}
{"type":"object","title":"empty object","properties":{}}
2021-08-24
{"path":"\/queryCodeStatus","params":[]}
{"path":"\/queryCodeStatus","params":[]}
[]
[]
{}
{"req_body_type":"raw"}
{"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":"makeQuery"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"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":{"originalOuterOrderId":{"type":"string","minLength":1,"maxLength":64,"description":"原制码订单号","mock":{"mock":"4917028225880400"}}},"description":"请求报文","required":["originalOuterOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{}
{"type":"object","title":"empty object","properties":{}}
api-id=32862
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