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-syncVerifyNotify
更新时间:
2025-04-07 19:08:25
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/verify-syncVerifyNotify
请求参数
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
是
交易类型,固定值codeVerifyNotify
最大长度: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
是
请求报文
brandId
string
是
门店所属品牌id
extension
string
否
扩展字段,品牌特殊业务通过此字段传值
codeList
array
是
verifyScene
string
是
核销场景
Mock:@string
cashierTransNo
string
是
需要保证系统唯一(用于幂等查询,有效期当天)
Mock:收银机流水号
storeInfo
object
是
shopNo
string
是
门店号
shopName
string
是
门店名称
cityId
string
否
城市Id
cityName
string
否
城市名称
companyId
string
否
管理公司Id
companyName
string
否
管理公司名称
terminalId
string
否
终端号
merchantId
string
否
商户号
supportSaleRealTimeVerify
string
否
是否支持销售渠道实时核销Y是(默认为空 否),N否
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
appId
string
是
success
string
是
action
string
是
content
object
否
verifyCodeResultList
array
是
code
string
是
errorMessage
string
是
verifyStatus
string
是
00 标识成功
makeOrderId
string
是
faceValue
number
是
ticketId
number
是
ticketName
string
是
ticketType
string
是
totalUseTimes
number
是
remainUseTimes
string
是
verifyStatusDesc
string
是
cashTotalAmount
number
是
errorMessage
string
是
signType
string
否
sign
string
否
timestamp
number
否
errorCode
string
是
备注
变更历史
变更日期
变更内容
2025-04-07
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一(用于幂等查询,有效期当天)"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一(用于幂等查询,有效期当天)"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 否),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string","description":"00 标识成功"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string","description":"00 标识成功"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
2025-04-07
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一(用于幂等查询,有效期当天)"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string","description":"00 标识成功"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string","description":"00 标识成功"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
2025-04-03
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string","description":"00 标识成功"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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"},"appId":{"type":"number"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string"},"appId":{"type":"string"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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"},"appId":{"type":"number"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"fundsChannel":{"type":"object","properties":{"totalAmount":{"type":"number"},"userRealAmount":{"type":"number"},"merchantRealAmount":{"type":"number"},"discountAmount":{"type":"number"},"channelBenefit":{"type":"number"},"merchantBenefit":{"type":"number"},"benefitAmount":{"type":"number"},"merchantCustomRealAmount":{"type":"number"},"merchantCustomBenefit":{"type":"number"},"channelCustomBenefit":{"type":"number"}}},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","fundsChannel","verifyStatusDesc","cashTotalAmount"]}}}},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}}}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string"},"appId":{"type":"number"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","verifyStatusDesc","cashTotalAmount"]}}},"required":["verifyCodeResultList"]},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}},"required":["uuid","appId","success","action","errorCode","errorMessage"]}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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"},"appId":{"type":"number"},"success":{"type":"string"},"action":{"type":"string"},"content":{"type":"object","properties":{"verifyCodeResultList":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"errorMessage":{"type":"string"},"verifyStatus":{"type":"string"},"makeOrderId":{"type":"string"},"faceValue":{"type":"number"},"ticketId":{"type":"number"},"ticketName":{"type":"string"},"ticketType":{"type":"string"},"totalUseTimes":{"type":"number"},"remainUseTimes":{"type":"string"},"fundsChannel":{"type":"object","properties":{"totalAmount":{"type":"number"},"userRealAmount":{"type":"number"},"merchantRealAmount":{"type":"number"},"discountAmount":{"type":"number"},"channelBenefit":{"type":"number"},"merchantBenefit":{"type":"number"},"benefitAmount":{"type":"number"},"merchantCustomRealAmount":{"type":"number"},"merchantCustomBenefit":{"type":"number"},"channelCustomBenefit":{"type":"number"}}},"verifyStatusDesc":{"type":"string"},"cashTotalAmount":{"type":"number"}},"required":["code","errorMessage","verifyStatus","makeOrderId","faceValue","ticketId","ticketName","ticketType","totalUseTimes","remainUseTimes","fundsChannel","verifyStatusDesc","cashTotalAmount"]}}}},"errorMessage":{"type":"string"},"signType":{"type":"string"},"sign":{"type":"string"},"timestamp":{"type":"number"},"errorCode":{"type":"string"}}}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"},"description":"需要保证系统唯一"},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]},"supportSaleRealTimeVerify":{"type":"string","description":"是否支持销售渠道实时核销Y是(默认为空 是),N否"}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{}}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{"shopNo":{"type":"string","description":"门店号"},"shopName":{"type":"string","description":"门店名称"},"cityId":{"type":"string","description":"城市Id"},"cityName":{"type":"string","description":"城市名称"},"companyId":{"type":"string","description":"管理公司Id"},"companyName":{"type":"string","description":"管理公司名称"},"terminalId":{"type":"string","description":"终端号"},"merchantId":{"type":"string","description":"商户号"}},"required":["shopNo","shopName"]}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}},"storeInfo":{"type":"object","properties":{}}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo","storeInfo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-syncVerifyNotify","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":"本次请求的请求流水号"},"thirdVerifyId":{"type":"integer","description":"第三方码核销通知时上传该字段,用于标识在第三方库中的核销记录"},"thirdVerifyResultCode":{"type":"number","description":"第三方码核销code"},"thirdVerifyResultMsg":{"type":"string","description":"第三方码核销结果"},"code":{"type":"string","description":"核销串码","minLength":1,"maxLength":1},"ebuyTid":{"type":"string","description":"易百终端编号"},"ebuyMid":{"type":"string","description":"易百商户编号"},"shopNo ":{"type":"string","description":"门店编号"},"shopName":{"type":"string","description":"门店名称"},"companyId":{"type":"string","description":"公司id"},"companyName":{"type":"string","description":"公司名称"},"cityId":{"type":"string","description":"城市id"},"cityName":{"type":"string","description":"城市名称"},"brandId":{"type":"string","description":"门店所属品牌id"},"verifyTime":{"type":"string","description":"核销时间"},"verifyType":{"type":"string","description":"核销类型"},"amount":{"type":"string","description":"核销金额"},"notifyType":{"type":"string","description":"通知类型"},"useTimes":{"type":"string","description":"总可使用次数"},"remainTimes":{"type":"string","description":"剩余可使用次数"},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则","required":["grainedKey","limitMaxValue","current"]},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"}},"description":"请求报文","required":["requestId","code","shopNo ","brandId","shopName"]}},"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":"交易类型,固定值codeVerifyNotify","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":{"brandId":{"type":"string","description":"门店所属品牌id"},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"},"codeList":{"type":"array","items":{"type":"string"}},"verifyScene":{"type":"string","description":"核销场景","mock":{"mock":"@string"}},"cashierTransNo":{"type":"string","mock":{"mock":"收银机流水号"}}},"description":"请求报文","required":["brandId","codeList","verifyScene","cashierTransNo"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2025-03-27
{"path":"\/verify-codeVerifyNotify_1743053230083","params":[]}
{"path":"\/verify-syncVerifyNotify","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":"交易类型,固定值codeVerifyNotify","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":"本次请求的请求流水号"},"thirdVerifyId":{"type":"integer","description":"第三方码核销通知时上传该字段,用于标识在第三方库中的核销记录"},"thirdVerifyResultCode":{"type":"number","description":"第三方码核销code"},"thirdVerifyResultMsg":{"type":"string","description":"第三方码核销结果"},"code":{"type":"string","description":"核销串码","minLength":1,"maxLength":1},"ebuyTid":{"type":"string","description":"易百终端编号"},"ebuyMid":{"type":"string","description":"易百商户编号"},"shopNo ":{"type":"string","description":"门店编号"},"shopName":{"type":"string","description":"门店名称"},"companyId":{"type":"string","description":"公司id"},"companyName":{"type":"string","description":"公司名称"},"cityId":{"type":"string","description":"城市id"},"cityName":{"type":"string","description":"城市名称"},"brandId":{"type":"string","description":"门店所属品牌id"},"verifyTime":{"type":"string","description":"核销时间"},"verifyType":{"type":"string","description":"核销类型"},"amount":{"type":"string","description":"核销金额"},"notifyType":{"type":"string","description":"通知类型"},"useTimes":{"type":"string","description":"总可使用次数"},"remainTimes":{"type":"string","description":"剩余可使用次数"},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则","required":["grainedKey","limitMaxValue","current"]},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"}},"description":"请求报文","required":["requestId","code","shopNo ","brandId","shopName"]}},"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":"交易类型,固定值codeVerifyNotify","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":"本次请求的请求流水号"},"thirdVerifyId":{"type":"integer","description":"第三方码核销通知时上传该字段,用于标识在第三方库中的核销记录"},"thirdVerifyResultCode":{"type":"number","description":"第三方码核销code"},"thirdVerifyResultMsg":{"type":"string","description":"第三方码核销结果"},"code":{"type":"string","description":"核销串码","minLength":1,"maxLength":1},"ebuyTid":{"type":"string","description":"易百终端编号"},"ebuyMid":{"type":"string","description":"易百商户编号"},"shopNo ":{"type":"string","description":"门店编号"},"shopName":{"type":"string","description":"门店名称"},"companyId":{"type":"string","description":"公司id"},"companyName":{"type":"string","description":"公司名称"},"cityId":{"type":"string","description":"城市id"},"cityName":{"type":"string","description":"城市名称"},"brandId":{"type":"string","description":"门店所属品牌id"},"verifyTime":{"type":"string","description":"核销时间"},"verifyType":{"type":"string","description":"核销类型"},"amount":{"type":"string","description":"核销金额"},"notifyType":{"type":"string","description":"通知类型"},"useTimes":{"type":"string","description":"总可使用次数"},"remainTimes":{"type":"string","description":"剩余可使用次数"},"fineGrainedLimit":{"type":"object","properties":{"grainedKey":{"type":"string"},"limitMaxValue":{"type":"integer"},"current":{"type":"integer"}},"description":"最细粒度限量规则","required":["grainedKey","limitMaxValue","current"]},"extension":{"type":"string","description":"扩展字段,品牌特殊业务通过此字段传值"}},"description":"请求报文","required":["requestId","code","shopNo ","brandId","shopName"]}},"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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["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":{"requestId":{"type":"string","description":"本次请求的请求流水号"},"returnCode":{"type":"string","description":"响应码"},"returnMsg":{"type":"string","description":"响应信息"}},"description":"返回报文","required":["returnMsg","returnCode"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
api-id=37518
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