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/outerMakeOrderQuery
更新时间:
2023-06-25 22:26:12
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/outerMakeOrderQuery
请求参数
Headers:
参数名称
参数值
是否必填
Content-Type
application/json
是
Body:
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
appId
string
是
请求APPID
最大长度:50
最小长度:1
Mock:@natural
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:verifyCode
timestamp
number
是
时间戳
Mock:@timestamp
signType
string
是
签名类型
最大长度:20
最小长度:1
Mock:sha256
sign
string
是
签名值
最大长度:500
最小长度:1
Mock:@natural
lang
string
是
语言
Mock:zh_CN
content
object
是
请求报文
startDate
string
是
开始日期(yyyyMMdd)
Mock:@date
endDate
string
是
结束日期(yyyyMMdd)
Mock:@date
pageNumber
number
是
当前页码
pageSize
number
是
每页行数
sendChannelId
string
是
码商ID
返回数据
参数名称
类型
必填
默认值
备注
其他信息
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
是
返回报文
pageNumber
string
是
当前页码
pageSize
string
是
每页行数
totalSize
string
是
总行数
dataList
array
是
订单列表
outerOrderId
string
是
外部订单编号
备注
变更历史
变更日期
变更内容
2023-06-25
{"path":"\/outerMakeOrderQuery","params":[]}
{"path":"\/outerMakeOrderQuery","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":"交易类型","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":{"startDate":{"type":"string","description":"开始日期(yyyyMMdd)","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期(yyyyMMdd)","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":"交易类型","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":{"startDate":{"type":"string","description":"开始日期(yyyyMMdd)","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期(yyyyMMdd)","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList","pageNumber"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2023-06-25
{"path":"\/outerMakeOrderQuery","params":[]}
{"path":"\/outerMakeOrderQuery","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":{"startDate":{"type":"string","description":"开始日期(yyyyMMdd)","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期(yyyyMMdd)","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":"交易类型","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":{"startDate":{"type":"string","description":"开始日期(yyyyMMdd)","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期(yyyyMMdd)","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2023-06-25
{"path":"\/outerMakeOrderQuery","params":[]}
{"path":"\/outerMakeOrderQuery","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":{"startDate":{"type":"string","description":"开始日期","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"startDate":{"type":"string","description":"开始日期(yyyyMMdd)","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期(yyyyMMdd)","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2023-06-25
{"path":"\/verify-codeVerifyNotify_1687673462793","params":[]}
{"path":"\/outerMakeOrderQuery","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":{"startDate":{"type":"string","description":"开始日期","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"startDate":{"type":"string","description":"开始日期","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
2023-06-25
{"path":"\/verify-codeVerifyNotify_1687673462793","params":[]}
{"path":"\/verify-codeVerifyNotify_1687673462793","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":"本次请求的请求流水号"},"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"]}},"description":"请求报文","required":["ebuyTid","brandId","requestId","verifyTime","verifyType","amount","notifyType","useTimes","remainTimes","fineGrainedLimit","code","ebuyMid","shopNo ","shopName","companyName","companyId","cityName","cityId"]}},"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":{"startDate":{"type":"string","description":"开始日期","mock":{"mock":"@date"}},"endDate":{"type":"string","description":"结束日期","mock":{"mock":"@date"}},"pageNumber":{"type":"number","description":"当前页码"},"pageSize":{"type":"number","description":"每页行数"},"sendChannelId":{"type":"string","description":"码商ID"}},"description":"请求报文","required":["pageNumber","pageSize","startDate","sendChannelId","endDate"]}},"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":{"pageNumber":{"type":"string","description":"当前页码"},"pageSize":{"type":"string","description":"每页行数"},"totalSize":{"type":"string","description":"总行数"},"dataList":{"type":"array","items":{"type":"object","properties":{"outerOrderId":{"type":"string","description":"外部订单编号"}},"required":["outerOrderId"]},"description":"订单列表"}},"description":"返回报文","required":["totalSize","pageSize","dataList"]}},"required":["uuid","appId","success","action","content","errorMessage","signType","sign"],"description":"ROOT"}
api-id=35926
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