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/updateCodeStatus
更新时间:
2022-09-16 17:44:15
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/updateCodeStatus
请求参数
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:updateCodeStatus
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
是
请求报文
code
string
是
电子凭证码
最大长度:64
最小长度:10
Mock:@string
updateType
string
是
更新类型(固定值见上文备注)
最大长度:8
最小长度:1
Mock:freeze
返回数据
参数名称
类型
必填
默认值
备注
其他信息
outerOrderId
string
是
制码订单号原样下发
最大长度:64
最小长度:1
Mock:@string
createTime
number
是
交易成功与否
Mock:@now('yyyyMMddHHmmss')-@string('lower',32)
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:UpdateCodeStatus
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
是
返回报文
currentStatus
string
是
更新后状态
最大长度:2
最小长度:2
Mock:@string
statusDesc
string
是
状态描述
最大长度:2
最小长度:2
Mock:@string
备注
updateType
操作名称
更新前状态
更新后状态
备注
invalid
串码作废
00:未使用、初始化
03:未激活
04:已冻结
05:已作废
freeze
冻结串码
00:未使用
04:已冻结
已冻结的串码,可以调用解冻操作后恢复原状态
unfreeze
解冻串码
04:已冻结
00:未使用
变更历史
变更日期
变更内容
2021-09-16
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"updateType":{"type":"string","description":"更新类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"freeze"}}},"description":"请求报文","required":["code","updateType"]}},"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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"updateType":{"type":"string","description":"更新类型(固定值见上文备注)","minLength":1,"maxLength":8,"mock":{"mock":"freeze"}}},"description":"请求报文","required":["code","updateType"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-09-16
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"updateType":{"type":"string","description":"更新类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","updateType"]}},"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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"updateType":{"type":"string","description":"更新类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"freeze"}}},"description":"请求报文","required":["code","updateType"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-10
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"operationType":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","operationType"]}},"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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"updateType":{"type":"string","description":"更新类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","updateType"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-10
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"operation":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","operation"]}},"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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"operationType":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","operationType"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-10
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"updateCodeStatus"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"电子凭证码"},"operation":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["code","operation"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-09
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见上文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-08-09
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"UpdateCodeStatus"}},"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":{"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["currentStatus","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"UpdateCodeStatus"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/updateCodeStatus","params":[]}
{"path":"\/updateCodeStatus","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"UpdateCodeStatus"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/updateCodeStatus","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值见下文备注)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","mock":{"mock":"CodeVoid"},"description":"操作类型(固定值)","minLength":8,"maxLength":8}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"操作类型(固定值)","minLength":8,"maxLength":8,"mock":{"mock":"@string"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","mock":{"mock":"CodeVoid"},"description":"操作类型(固定值)","minLength":8,"maxLength":8}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","mock":{"mock":"CodeVoid"},"description":"操作类型(固定值)","minLength":8,"maxLength":8}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"updateTime":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"串码更新时间","minLength":14,"maxLength":14},"currentStatus":{"type":"string","mock":{"mock":"@string"},"description":"更新后状态","minLength":2,"maxLength":2},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"状态描述","minLength":2,"maxLength":2}},"required":["outerOrderId","currentStatus","createTime","updateTime","statusDesc"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"通知用户信息","mock":{"mock":"CodeVoid"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","mock":{"mock":"CodeVoid"},"description":"操作类型(固定值)","minLength":8,"maxLength":8}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["code"]}},"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":"CodeStatusUpdate"}},"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":{"codeSecret":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"maxLength":64,"description":"串码密文"},"operation":{"type":"string","description":"通知用户信息","mock":{"mock":"CodeVoid"}}},"description":"请求报文","required":["codeSecret","operation"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"CodeStatusUpdate"}},"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":{"code":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["code"]}},"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"CodeStatusUpdate"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"CodeStatusUpdate"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"CodeStatusUpdate"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"CodeStatusUpdate"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","params":[]}
[]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"raw"}
{"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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","params":[]}
[]
[]
{"req_body_type":"raw"}
{"req_body_type":"raw"}
{"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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"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":"makeEcoupon"}},"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":"订单发起时间"},"codeQuantity":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"items":{"type":"array","items":{"type":"object","properties":{"outerOrderItemId":{"type":"string","mock":{"mock":"@string"},"description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","mock":{"mock":"@string"},"description":"批次号","minLength":1,"maxLength":20},"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"]}}},"required":["outerOrderId","items","createTime","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-06-02
{"path":"\/codeStatusUpdate","params":[]}
{"path":"\/codeStatusUpdate","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":"makeEcoupon"}},"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":{"outerOrderId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"notify_user":{"type":"object","properties":{"mobilePhone":{"type":"string","mock":{"mock":"@natural"},"description":"手机号","maxLength":11,"minLength":5},"weChatWallet":{"type":"object","properties":{"userUnionId":{"type":"string","maxLength":64,"minLength":32,"description":"微信用户唯一识别号"}},"description":"微信卡包信息"}},"description":"通知用户信息"},"item":{"type":"object","properties":{"outerOrderItemId":{"type":"string","description":"制码子订单号","minLength":10,"maxLength":64},"ticketId":{"type":"string","description":"券批次id","minLength":1,"maxLength":20},"commissionDate":{"type":"number","description":"码启用日期","mock":{"mock":"@integer"},"minimum":-1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true},"validDays":{"type":"number","mock":{"mock":"@integer"},"description":"相对有效天数","minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true},"validStart":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效开始时间","minLength":14,"maxLength":14},"validEnd":{"type":"string","mock":{"mock":"@now(\'yyyyMMddHHmmss\')-@string(\'lower\',32)"},"description":"码有效结束时间","minLength":14,"maxLength":14},"makeFundsChannel":{"type":"object","properties":{"orderAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户购买时订单金额"},"userRealAmount":{"type":"number","mock":{"mock":"@natural"},"minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true,"description":"用户实付金额"},"merchantRealAmount":{"type":"number","mock":{"mock":"@natural"},"description":"商户实收金额","minimum":0,"exclusiveMinimum":true,"maximum":9999999999,"exclusiveMaximum":true}},"description":"制码资金渠道","required":["orderAmount","userRealAmount","merchantRealAmount"]}},"description":"制码子订单","required":["outerOrderItemId","ticketId"]}},"description":"请求报文","required":["outerOrderId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{}
{"type":"object","title":"empty object","properties":{}}
api-id=29892
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