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-syncVerifyVoidNotify
更新时间:
2025-04-08 18:54:43
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/verify-syncVerifyVoidNotify
请求参数
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
是
交易类型,固定值codeVerifyVoidNotify
最大长度:50
最小长度:1
Mock:verifyCode
timestamp
number
是
时间戳
Mock:@timestamp
signType
string
是
签名类型
最大长度:20
最小长度:1
Mock:sha256
sign
string
是
签名值
最大长度:500
最小长度:1
Mock:@natural
lang
string
是
语言
Mock:zh_CN
content
object
是
请求报文
originalUuid
string
是
核销撤销请求流水号(核销入参中cashierTransNo字段)
Mock:@natural
codes
array
否
劵码
supportSaleRealTimeVerify
string
否
是否支持销售渠道实时核销Y是(默认为空 否),N否
branId
string
是
门店所属品牌id
返回数据
参数名称
类型
必填
默认值
备注
其他信息
outerOrderId
string
否
action
string
否
timestamp
number
否
createTime
number
否
errorCode
string
否
errorMessage
string
否
content
object
否
voidNotifyResultBOList
array
否
code
string
是
ticketId
number
是
ticketName
string
是
amount
number
是
status
string
是
statusDesc
string
是
signType
string
否
sign
string
否
备注
变更历史
变更日期
变更内容
2025-04-08
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号(核销入参中cashierTransNo字段)","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 否),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号(核销入参中cashierTransNo字段)","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 否),N否"},"branId":{"type":"string","description":"门店所属品牌id"}},"description":"请求报文","required":["originalUuid","branId"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
2025-04-07
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号(核销入参中cashierTransNo字段)","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号(核销入参中cashierTransNo字段)","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 否),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
2025-04-07
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号(核销入参中cashierTransNo字段)","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
2025-04-01
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}}},"signType":{"type":"string"},"sign":{"type":"string"}}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"voidNotifyResultBOList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}},"required":[]},"signType":{"type":"string"},"sign":{"type":"string"}}}
2025-03-27
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"outerOrderId":{"type":"string"},"action":{"type":"string"},"timestamp":{"type":"number"},"createTime":{"type":"number"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"content":{"type":"object","properties":{"verifyCancelResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"amount":{"type":"number"},"status":{"type":"string"},"statusDesc":{"type":"string"}},"required":["code","ticketId","ticketName","amount","status","statusDesc"]}}}},"signType":{"type":"string"},"sign":{"type":"string"}}}
2025-03-27
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"requestId":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"originalRequestId":{"type":"string","description":"原第三方核销id(如不传按照时间降序循环处理)","mock":{"mock":"@natural"}},"code":{"type":"string","description":"劵码","mock":{"mock":"@natural"}}},"description":"请求报文"}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"originalUuid":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"codes":{"type":"array","items":{"type":"string"},"description":"劵码"},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["originalUuid"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-syncVerifyVoidNotify","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"requestId":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"originalRequestId":{"type":"string","description":"原第三方核销id(如不传按照时间降序循环处理)","mock":{"mock":"@natural"}},"voidTime":{"type":"string","description":"核销撤销时间","mock":{"mock":"@natural"}},"code":{"type":"string","description":"劵码","mock":{"mock":"@natural"}}},"description":"请求报文","required":["code"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"requestId":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"originalRequestId":{"type":"string","description":"原第三方核销id(如不传按照时间降序循环处理)","mock":{"mock":"@natural"}},"code":{"type":"string","description":"劵码","mock":{"mock":"@natural"}}},"description":"请求报文"}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-codeVerifyVoidNotify_1743053253007","params":[]}
{"path":"\/verify-syncVerifyVoidNotify","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","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"requestId":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"originalRequestId":{"type":"string","description":"原第三方核销id(如不传按照时间降序循环处理)","mock":{"mock":"@natural"}},"voidTime":{"type":"string","description":"核销撤销时间","mock":{"mock":"@natural"}},"code":{"type":"string","description":"劵码","mock":{"mock":"@natural"}}},"description":"请求报文","required":["code"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","description":"请求序列","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求APPID","mock":{"mock":"@natural"},"minLength":1,"maxLength":50},"action":{"type":"string","description":"交易类型,固定值codeVerifyVoidNotify","mock":{"mock":"verifyCode"},"minLength":1,"maxLength":50},"timestamp":{"type":"number","description":"时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","description":"签名类型","mock":{"mock":"sha256"},"minLength":1,"maxLength":20},"sign":{"type":"string","description":"签名值","mock":{"mock":"@natural"},"minLength":1,"maxLength":500},"lang":{"type":"string","description":"语言","mock":{"mock":"zh_CN"}},"content":{"type":"object","properties":{"requestId":{"type":"string","description":"核销撤销请求流水号","mock":{"mock":"@natural"}},"originalRequestId":{"type":"string","description":"原第三方核销id(如不传按照时间降序循环处理)","mock":{"mock":"@natural"}},"voidTime":{"type":"string","description":"核销撤销时间","mock":{"mock":"@natural"}},"code":{"type":"string","description":"劵码","mock":{"mock":"@natural"}}},"description":"请求报文","required":["code"]}},"description":"ROOT","required":["timestamp","signType","appId","action","sign","lang","uuid","content"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"mock":{"mock":"makeEcoupon"},"description":"uuid"},"appId":{"type":"number","description":"请求APPID","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true},"success":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易是否成功","mock":{"mock":"@word"}},"action":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"交易类型","mock":{"mock":"@csentence"}},"timestamp":{"type":"number","description":"返回时间戳"},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":500,"mock":{"mock":"@natural"},"description":"错误码"},"errorMessage":{"type":"string","description":"错误信息"},"signType":{"type":"string","description":"签名类型"},"sign":{"type":"string","description":"签名值"},"content":{"type":"object","properties":{"orderRemarks":{"type":"string"},"status":{"type":"string"},"statusDesc":{"type":"string"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["orderRemarks","status","statusDesc","returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
api-id=37524
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