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-codeVerifyVoidNotify
更新时间:
2024-01-24 23:39:56
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/verify-codeVerifyVoidNotify
请求参数
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
是
请求报文
requestId
string
否
核销撤销请求流水号
Mock:@natural
originalRequestId
string
否
原第三方核销id(如不传按照时间降序循环处理)
Mock:@natural
voidTime
string
否
核销撤销时间
Mock:@natural
code
string
是
劵码
Mock:@natural
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
uuid
最大长度:50
最小长度:1
Mock:makeEcoupon
appId
number
是
请求APPID
Mock:@timestamp
success
string
是
交易是否成功
最大长度:50
Mock:@word
action
string
是
交易类型
最大长度:50
Mock:@csentence
timestamp
number
否
返回时间戳
errorCode
string
否
错误码
最大长度:500
Mock:@natural
errorMessage
string
是
错误信息
signType
string
是
签名类型
sign
string
是
签名值
content
object
是
返回报文
orderRemarks
string
是
status
string
是
statusDesc
string
是
returnCode
string
是
响应码
returnMsg
string
是
响应信息
备注
变更历史
变更日期
变更内容
2024-01-24
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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"}
2024-01-24
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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"}
2024-01-24
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":["originalRequestId","code","requestId"]}},"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":"交易类型,固定值verifyCode","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"}
2024-01-24
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":["originalRequestId","voidTime","code","requestId"]}},"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":"交易类型,固定值verifyCode","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":["originalRequestId","code","requestId"]}},"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"}
2023-05-29
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":["originalRequestId","voidTime","code","requestId"]}},"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":"交易类型,固定值verifyCode","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":["originalRequestId","voidTime","code","requestId"]}},"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"}},"description":"返回报文","required":["orderRemarks","status","statusDesc"]}},"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"}
2023-01-06
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":"SG001"}},"originalRequestId":{"type":"integer","description":"原第三方核销id","mock":{"mock":"1458"}},"voidTime":{"type":"number","description":"核销撤销时间","mock":{"mock":"30"}},"code":{"type":"string","description":"劵码","mock":{"mock":"uugyigxyijzirrjycvqg"}}},"description":"请求报文","required":["originalRequestId","voidTime","code","requestId"]}},"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":"交易类型,固定值verifyCode","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":["originalRequestId","voidTime","code","requestId"]}},"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"}},"description":"返回报文","required":["orderRemarks","status","statusDesc"]}},"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"}},"description":"返回报文","required":["orderRemarks","status","statusDesc"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2023-01-06
{"path":"\/verify-codeVerifyVoidNotify","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":{"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"SG001"}},"brandId":{"type":"integer","description":"品牌编号","mock":{"mock":"1458"}},"cashTotalAmount":{"type":"number","description":"上送金额","mock":{"mock":"30"}},"cashierTransNo":{"type":"string","description":"收银机流水号","mock":{"mock":"uugyigxyijzirrjycvqg"}},"isPreVerify":{"type":"string","mock":{"mock":"@string"},"description":"是否为预核销,是Y,否N,不传默认为N","minLength":1,"maxLength":1},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号","mock":{"mock":"SN001"}},"shopName":{"type":"string","description":"门店名称","mock":{"mock":"SN001"}},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"}},"description":"门店信息","required":["shopNo","shopName"]},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku","mock":{"mock":"@natural"}},"qty":{"type":"integer","description":"qty","mock":{"mock":"@integer(1,10)"}},"price":{"type":"number","description":"price单位元","mock":{"mock":"@integer(1,100)"}},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"number","description":"折扣金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"}},"description":"商品","required":["sku","qty","price"]},"description":"商品明细列表"},"isProductCheck":{"type":"string","description":"是否产品规则校验"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string","description":"电子凭证号","mock":{"mock":"@string"},"pattern":"\{21}"}}},"description":"请求报文","required":["storeInfo","codeList","brandId","cashTotalAmount","cashierTransNo","verifyScene"]}},"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":"交易类型,固定值verifyCode","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":"SG001"}},"originalRequestId":{"type":"integer","description":"原第三方核销id","mock":{"mock":"1458"}},"voidTime":{"type":"number","description":"核销撤销时间","mock":{"mock":"30"}},"code":{"type":"string","description":"劵码","mock":{"mock":"uugyigxyijzirrjycvqg"}}},"description":"请求报文","required":["originalRequestId","voidTime","code","requestId"]}},"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":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"makeOrderId":{"type":"string","description":"订单号"},"faceValue":{"type":"number","description":"面值"},"code":{"type":"string","description":"码号"},"ticketId":{"type":"integer","description":"批次号"},"ticketName":{"type":"string","description":"批次名称"},"ticketType":{"type":"string","description":"批次类型"},"ticketRemarks":{"type":"string","description":"批次备注"},"ticketProductId":{"type":"integer","description":"产品号"},"thirdSendTicketId":{"type":"string","description":"制码批次Id"},"returnCashParam":{"type":"string","description":"拓展字段"},"thirdActivityId":{"type":"string","description":"第三方活动Id"},"totalUseTimes":{"type":"integer","description":"总共可使用次数"},"remainUseTimes":{"type":"string","description":"剩余可使用次数"},"printData":{"type":"string","description":"此值仅在易百POS上核销时需要用到"},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku"},"qty":{"type":"string","description":"qty"},"price":{"type":"string","description":"价格单位分"},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"string","description":"折抵金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"},"ext":{"type":"string","description":"扩展参数,收银对接时存放收银对接编号"}},"required":["sku","qty","price","type","spec","rebateCode","reduceAmount","goodsTag","ext"],"description":"折抵商品信息"},"description":"折抵商品列表"},"fundsChannel":{"type":"object","properties":{"totalAmount":{"type":"number","description":"总金额"},"userRealAmount":{"type":"number","description":"用户实付金额"},"merchantRealAmount":{"type":"number","description":"用户实收金额"},"discountAmount":{"type":"number","description":"
折抵金额,券系统实际的优惠金额,收银机优惠多少只认这个金额
"},"channelBenefit":{"type":"number","description":"渠道优惠","exclusiveMinimum":true},"merchantBenefit":{"type":"number","description":"商户优惠"},"benefitAmount":{"type":"number","description":"总优惠金额"},"merchantCustomRealAmount":{"type":"number","description":"商户指定实付"},"merchantCustomBenefit":{"type":"number","description":"商户指定优惠"}},"description":"资金渠道","required":["totalAmount","userRealAmount","merchantRealAmount","discountAmount","channelBenefit","merchantBenefit","benefitAmount","merchantCustomRealAmount","merchantCustomBenefit"]},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则"},"userInfo":{"type":"object","properties":{"mobile":{"type":"string"},"thirdPlatformType":{"type":"string"},"thirdUserId":{"type":"string"}},"description":"用户信息","required":["mobile","thirdPlatformType","thirdUserId"]},"remarks":{"type":"string"},"verifyStatus":{"type":"string","enum":["00","01","02"],"enumDesc":"00 核销成功01 核销撤销02 核销失败"},"verifyStatusDesc":{"type":"string","description":"核销状态描述"},"errorMessage":{"type":"string"},"activityNo":{"type":"string","description":"活动编号"},"activityName":{"type":"string","description":"活动名称"}},"required":["code","errorMessage","verifyStatus"]}}},"description":"返回报文","required":["verifyCodeResultList"]}},"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"}},"description":"返回报文","required":["orderRemarks","status","statusDesc"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2022-08-15
{"path":"\/verify-codeVerifyNotify_1660555123016","params":[]}
{"path":"\/verify-codeVerifyVoidNotify","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":"交易类型,固定值verifyCode","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":{"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"SG001"}},"brandId":{"type":"integer","description":"品牌编号","mock":{"mock":"1458"}},"cashTotalAmount":{"type":"number","description":"上送金额","mock":{"mock":"30"}},"cashierTransNo":{"type":"string","description":"收银机流水号","mock":{"mock":"uugyigxyijzirrjycvqg"}},"isPreVerify":{"type":"string","mock":{"mock":"@string"},"description":"是否为预核销,是Y,否N,不传默认为N","minLength":1,"maxLength":1},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号","mock":{"mock":"SN001"}},"shopName":{"type":"string","description":"门店名称","mock":{"mock":"SN001"}},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"}},"description":"门店信息","required":["shopNo","shopName"]},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku","mock":{"mock":"@natural"}},"qty":{"type":"integer","description":"qty","mock":{"mock":"@integer(1,10)"}},"price":{"type":"number","description":"price单位元","mock":{"mock":"@integer(1,100)"}},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"number","description":"折扣金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"}},"description":"商品","required":["sku","qty","price"]},"description":"商品明细列表"},"isProductCheck":{"type":"string","description":"是否产品规则校验"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string","description":"电子凭证号","mock":{"mock":"@string"},"pattern":"\{21}"}}},"description":"请求报文","required":["storeInfo","codeList","brandId","cashTotalAmount","cashierTransNo","verifyScene"]}},"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":"交易类型,固定值verifyCode","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":{"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"SG001"}},"brandId":{"type":"integer","description":"品牌编号","mock":{"mock":"1458"}},"cashTotalAmount":{"type":"number","description":"上送金额","mock":{"mock":"30"}},"cashierTransNo":{"type":"string","description":"收银机流水号","mock":{"mock":"uugyigxyijzirrjycvqg"}},"isPreVerify":{"type":"string","mock":{"mock":"@string"},"description":"是否为预核销,是Y,否N,不传默认为N","minLength":1,"maxLength":1},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号","mock":{"mock":"SN001"}},"shopName":{"type":"string","description":"门店名称","mock":{"mock":"SN001"}},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"}},"description":"门店信息","required":["shopNo","shopName"]},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku","mock":{"mock":"@natural"}},"qty":{"type":"integer","description":"qty","mock":{"mock":"@integer(1,10)"}},"price":{"type":"number","description":"price单位元","mock":{"mock":"@integer(1,100)"}},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"number","description":"折扣金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"}},"description":"商品","required":["sku","qty","price"]},"description":"商品明细列表"},"isProductCheck":{"type":"string","description":"是否产品规则校验"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string","description":"电子凭证号","mock":{"mock":"@string"},"pattern":"\{21}"}}},"description":"请求报文","required":["storeInfo","codeList","brandId","cashTotalAmount","cashierTransNo","verifyScene"]}},"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":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"makeOrderId":{"type":"string","description":"订单号"},"faceValue":{"type":"number","description":"面值"},"code":{"type":"string","description":"码号"},"ticketId":{"type":"integer","description":"批次号"},"ticketName":{"type":"string","description":"批次名称"},"ticketType":{"type":"string","description":"批次类型"},"ticketRemarks":{"type":"string","description":"批次备注"},"ticketProductId":{"type":"integer","description":"产品号"},"thirdSendTicketId":{"type":"string","description":"制码批次Id"},"returnCashParam":{"type":"string","description":"拓展字段"},"thirdActivityId":{"type":"string","description":"第三方活动Id"},"totalUseTimes":{"type":"integer","description":"总共可使用次数"},"remainUseTimes":{"type":"string","description":"剩余可使用次数"},"printData":{"type":"string","description":"此值仅在易百POS上核销时需要用到"},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku"},"qty":{"type":"string","description":"qty"},"price":{"type":"string","description":"价格单位分"},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"string","description":"折抵金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"},"ext":{"type":"string","description":"扩展参数,收银对接时存放收银对接编号"}},"required":["sku","qty","price","type","spec","rebateCode","reduceAmount","goodsTag","ext"],"description":"折抵商品信息"},"description":"折抵商品列表"},"fundsChannel":{"type":"object","properties":{"totalAmount":{"type":"number","description":"总金额"},"userRealAmount":{"type":"number","description":"用户实付金额"},"merchantRealAmount":{"type":"number","description":"用户实收金额"},"discountAmount":{"type":"number","description":"
折抵金额,券系统实际的优惠金额,收银机优惠多少只认这个金额
"},"channelBenefit":{"type":"number","description":"渠道优惠","exclusiveMinimum":true},"merchantBenefit":{"type":"number","description":"商户优惠"},"benefitAmount":{"type":"number","description":"总优惠金额"},"merchantCustomRealAmount":{"type":"number","description":"商户指定实付"},"merchantCustomBenefit":{"type":"number","description":"商户指定优惠"}},"description":"资金渠道","required":["totalAmount","userRealAmount","merchantRealAmount","discountAmount","channelBenefit","merchantBenefit","benefitAmount","merchantCustomRealAmount","merchantCustomBenefit"]},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则"},"userInfo":{"type":"object","properties":{"mobile":{"type":"string"},"thirdPlatformType":{"type":"string"},"thirdUserId":{"type":"string"}},"description":"用户信息","required":["mobile","thirdPlatformType","thirdUserId"]},"remarks":{"type":"string"},"verifyStatus":{"type":"string","enum":["00","01","02"],"enumDesc":"00 核销成功01 核销撤销02 核销失败"},"verifyStatusDesc":{"type":"string","description":"核销状态描述"},"errorMessage":{"type":"string"},"activityNo":{"type":"string","description":"活动编号"},"activityName":{"type":"string","description":"活动名称"}},"required":["code","errorMessage","verifyStatus"]}}},"description":"返回报文","required":["verifyCodeResultList"]}},"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":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"makeOrderId":{"type":"string","description":"订单号"},"faceValue":{"type":"number","description":"面值"},"code":{"type":"string","description":"码号"},"ticketId":{"type":"integer","description":"批次号"},"ticketName":{"type":"string","description":"批次名称"},"ticketType":{"type":"string","description":"批次类型"},"ticketRemarks":{"type":"string","description":"批次备注"},"ticketProductId":{"type":"integer","description":"产品号"},"thirdSendTicketId":{"type":"string","description":"制码批次Id"},"returnCashParam":{"type":"string","description":"拓展字段"},"thirdActivityId":{"type":"string","description":"第三方活动Id"},"totalUseTimes":{"type":"integer","description":"总共可使用次数"},"remainUseTimes":{"type":"string","description":"剩余可使用次数"},"printData":{"type":"string","description":"此值仅在易百POS上核销时需要用到"},"goodsList":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string","description":"sku"},"qty":{"type":"string","description":"qty"},"price":{"type":"string","description":"价格单位分"},"type":{"type":"string","description":"品类"},"spec":{"type":"string","description":"规格"},"rebateCode":{"type":"string","description":"折扣"},"reduceAmount":{"type":"string","description":"折抵金额"},"goodsTag":{"type":"string","description":"返回产品明细标记"},"ext":{"type":"string","description":"扩展参数,收银对接时存放收银对接编号"}},"required":["sku","qty","price","type","spec","rebateCode","reduceAmount","goodsTag","ext"],"description":"折抵商品信息"},"description":"折抵商品列表"},"fundsChannel":{"type":"object","properties":{"totalAmount":{"type":"number","description":"总金额"},"userRealAmount":{"type":"number","description":"用户实付金额"},"merchantRealAmount":{"type":"number","description":"用户实收金额"},"discountAmount":{"type":"number","description":"
折抵金额,券系统实际的优惠金额,收银机优惠多少只认这个金额
"},"channelBenefit":{"type":"number","description":"渠道优惠","exclusiveMinimum":true},"merchantBenefit":{"type":"number","description":"商户优惠"},"benefitAmount":{"type":"number","description":"总优惠金额"},"merchantCustomRealAmount":{"type":"number","description":"商户指定实付"},"merchantCustomBenefit":{"type":"number","description":"商户指定优惠"}},"description":"资金渠道","required":["totalAmount","userRealAmount","merchantRealAmount","discountAmount","channelBenefit","merchantBenefit","benefitAmount","merchantCustomRealAmount","merchantCustomBenefit"]},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则"},"userInfo":{"type":"object","properties":{"mobile":{"type":"string"},"thirdPlatformType":{"type":"string"},"thirdUserId":{"type":"string"}},"description":"用户信息","required":["mobile","thirdPlatformType","thirdUserId"]},"remarks":{"type":"string"},"verifyStatus":{"type":"string","enum":["00","01","02"],"enumDesc":"00 核销成功01 核销撤销02 核销失败"},"verifyStatusDesc":{"type":"string","description":"核销状态描述"},"errorMessage":{"type":"string"},"activityNo":{"type":"string","description":"活动编号"},"activityName":{"type":"string","description":"活动名称"}},"required":["code","errorMessage","verifyStatus"]}}},"description":"返回报文","required":["verifyCodeResultList"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
api-id=35553
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