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/verify-verifyCancel
更新时间:
2025-03-21 22:46:55
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/verify-verifyCancel
请求参数
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
是
交易类型-verifyCancel
最大长度:50
最小长度:1
Mock:verifyCancel
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
是
请求报文
originalUuid
string
是
原始请求流水号
最大长度:64
最小长度:10
Mock:@now('yyyyMMdd')-@string('lower',32)
originalVerifyDate
string
否
原始核销日期
最大长度:100
最小长度:1
Mock:@now('yyyyMMdd')
codes
array
否
撤销code列表,为空将撤销原是核销的所有code
isAtomicity
string
否
多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N
最大长度:1
最小长度:1
Mock:@string
supportSaleRealTimeVerify
string
否
是否支持销售渠道实时核销Y是(默认为空 是),N否
返回数据
参数名称
类型
必填
默认值
备注
其他信息
outerOrderId
string
是
制码订单号原样下发
最大长度:64
最小长度:1
Mock:@string
createTime
number
是
交易成功与否
Mock:@now('yyyyMMddHHmmss')-@string('lower',32)
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:makeEcoupon
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
是
返回报文
verifyCancelResultList
array
是
核销撤销结果列表
code
string
是
券码code
最大长度:50
最小长度:1
Mock:@string
ticketId
number
是
券批次id
Mock:@integer(1,1000)
ticketName
string
是
券批次名称
最大长度:200
最小长度:1
Mock:@string
orderRemarks
string
是
制码订单备注
最大长度:200
最小长度:1
Mock:@string
amount
number
是
核销撤销金额
Mock:@float(10,2)
status
string
是
核销撤销状态
Mock:@string
statusDesc
string
是
核销撤销状态描述
Mock:@string
备注
ticketId为券批次号,由券系统提供给销售渠道。销售渠道再根据其顾客选购商品上传正确的批次号。
commissionDate = -1时,所制串码的状态为“03:未激活”。销售渠道拿到该串码后,择机调用激活接口将串码状态变更为“00:初始状态”。
相对有效期和绝对有效期,只可择其一上送,若二者均上送,以绝对有效期优先。
选择上传相对有效期时,可以选择上送commissionDate,若未上送则commissionDate字段系统默认为0。commissionDate = 0表示当日生效,commissionDate = 1表示次日生效,以此类推。
商户授权时,若未填写销售价,则制码时资金渠道必填。并且在核销串码时,将制码资金渠道中商户实收金额作为净值下发给收银机。
变更历史
变更日期
变更内容
2025-03-21
{"path":"\/verify-verifyCancel","params":[]}
{"path":"\/verify-verifyCancel","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":"交易类型-verifyCancel","mock":{"mock":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":"交易类型-verifyCancel","mock":{"mock":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态描述"}},"required":["code","ticketId","ticketName","orderRemarks","amount","status","statusDesc"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态描述"}},"required":["code","ticketId","ticketName","orderRemarks","amount","status","statusDesc"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2024-01-24
{"path":"\/verify-verifyCancel","params":[]}
{"path":"\/verify-verifyCancel","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":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":"交易类型-verifyCancel","mock":{"mock":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态描述"}},"required":["code","ticketId","ticketName","orderRemarks","amount","status","statusDesc"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态描述"}},"required":["code","ticketId","ticketName","orderRemarks","amount","status","statusDesc"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2022-01-16
{"path":"\/verify-verifyCancel","params":[]}
{"path":"\/verify-verifyCancel","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":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""}},"required":["code","ticketId","ticketName","orderRemarks","amount","status"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""},"statusDesc":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态描述"}},"required":["code","ticketId","ticketName","orderRemarks","amount","status","statusDesc"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-11-17
{"path":"\/verify-verifyVoid","params":[]}
{"path":"\/verify-verifyCancel","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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":"verifyCancel"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""}},"required":["code","ticketId","ticketName","orderRemarks","amount","status"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""}},"required":["code","ticketId","ticketName","orderRemarks","amount","status"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-11-17
{"path":"\/verify-verifyVoid","params":[]}
{"path":"\/verify-verifyVoid","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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","mock":{"mock":"@string"},"description":"券码code","minLength":1,"maxLength":50},"ticketId":{"type":"number","mock":{"mock":"@integer(1,1000)"},"description":"券批次id"},"ticketName":{"type":"string","mock":{"mock":"@string"},"description":"券批次名称","minLength":1,"maxLength":200},"orderRemarks":{"type":"string","mock":{"mock":"@string"},"description":"制码订单备注","minLength":1,"maxLength":200},"amount":{"type":"number","mock":{"mock":"@float(10,2)"},"description":"核销撤销金额"},"status":{"type":"string","mock":{"mock":"@string"},"description":"核销撤销状态","enum":["00","01","02"],"enumDesc":"00 核销撤销成功01 无需核销撤销,本身已经撤销02 核销撤销失败","default":""}},"required":["code","ticketId","ticketName","orderRemarks","amount","status"]},"description":"核销撤销结果列表"}},"description":"返回报文","required":["verifyCancelResultList"]}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-11-16
{"path":"\/verify-verifyVoid","params":[]}
{"path":"\/verify-verifyVoid","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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败"}},"description":"请求报文","required":["originalUuid","isAtomicity"]}},"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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败 Y 是,N否,不传默认N","minLength":1,"maxLength":1}},"description":"请求报文","required":["originalUuid"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-11-16
{"path":"\/verify-verifyVoid","params":[]}
{"path":"\/verify-verifyVoid","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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"}},"description":"请求报文","required":["originalUuid"]}},"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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"},"isAtomicity":{"type":"string","mock":{"mock":"@string"},"description":"多张券撤销是否需要全部成功才返回,否则全部失败"}},"description":"请求报文","required":["originalUuid","isAtomicity"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-11-16
{"path":"\/verify-verifyVoid","params":[]}
{"path":"\/verify-verifyVoid","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":"verifyVoid"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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":"verifyVoid"}},"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":{"originalUuid":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"原始请求流水号","maxLength":64},"originalVerifyDate":{"type":"string","minLength":1,"maxLength":100,"mock":{"mock":"@now(\'yyyyMMdd\')"},"description":"原始核销日期"},"codes":{"type":"array","items":{"type":"string","mock":{"mock":"@string"},"description":"code","minLength":20,"maxLength":20},"description":"撤销code列表,为空将撤销原是核销的所有code"}},"description":"请求报文","required":["originalUuid"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-10-22
{"path":"\/codeVerifyVoid","params":[]}
{"path":"\/verify-verifyVoid","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":"codeVerify"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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":"verifyVoid"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-07-30
{"path":"\/codeVerifyVoid","params":[]}
{"path":"\/codeVerifyVoid","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":"codeVerify"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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":"codeVerify"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回"},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分"},"code":{"type":"string","description":"撤销的券码号"},"ticketName":{"type":"string","description":"券名称"}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量","minimum":1,"exclusiveMinimum":true,"maximum":200,"exclusiveMaximum":true},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回","minLength":1,"maxLength":20},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分","minLength":1,"maxLength":500},"code":{"type":"string","description":"撤销的券码号","mock":{"mock":"1"},"minLength":1,"maxLength":20},"ticketName":{"type":"string","description":"券名称","mock":{"mock":"1"},"minLength":1,"maxLength":80}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-07-28
{"path":"\/codeVerifyVoid","params":[]}
{"path":"\/codeVerifyVoid","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":"codeVerify"}},"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":"codeVerify"}},"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":{"requestId":{"type":"string","default":"","minLength":10,"pattern":"","mock":{"mock":"@string"},"description":"请求流水号","maxLength":64},"originalRequestId":{"type":"string","description":"原核销请求流水号","minLength":1,"maxLength":100,"mock":{"mock":"@string"}}},"description":"请求报文","required":["requestId","originalRequestId"]}},"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,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"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","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":{"returnCode":{"type":"string","default":"","minLength":1,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"returnMsg":{"type":"number","mock":{"mock":"@natural"},"description":"制码总数量"},"requestId":{"type":"string","mock":{"mock":"@string"},"description":"请求流水号原样返回"},"amount":{"type":"string","mock":{"mock":"@natural"},"description":"本次撤销金额单位分"},"code":{"type":"string","description":"撤销的券码号"},"ticketName":{"type":"string","description":"券名称"}},"required":["returnCode","returnMsg","requestId","amount","code","ticketName"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
2021-07-28
{"path":"\/codeVerify_1627452346067","params":[]}
{"path":"\/codeVerifyVoid","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":"codeVerify"}},"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":"codeVerify"}},"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,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"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","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,"pattern":"","mock":{"mock":"@string"},"description":"制码订单号","maxLength":64},"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","codeQuantity"],"description":"返回报文"}},"required":["outerOrderId","action","timestamp","createTime","errorCode","errorMessage","content"],"description":"ROOT"}
api-id=32177
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