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/_getBrandTicketDetailDirect
更新时间:
2024-04-28 23:17:21
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/_getBrandTicketDetailDirect
请求参数
Headers:
参数名称
参数值
是否必填
Content-Type
application/json
是
Body:
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
appId
string
是
请求AppId
最大长度:50
最小长度:1
Mock:ebuydev100100100
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:_getBrandTicketDetailDirect
timestamp
number
是
请求时间戳
Mock:@timestamp
signType
string
是
签名类型
最大长度:20
最小长度:1
Mock:sha256
sign
string
是
签名值
最大长度:500
最小长度:1
Mock:@natural
lang
string
是
语言
最大长度:50
最小长度:1
Mock:zh_CN
content
object
是
请求报文
ticketId
integer
是
批次id
Mock:1
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:_queryEcouponTickettList
timestamp
number
是
返回时间戳
Mock:@timestamp
errorCode
string
是
错误码
最大长度:50
Mock:@word
errorMessage
string
是
错误描述
最大长度:50
Mock:@csentence
signType
string
否
签名类型
最大长度:20
Mock:sha256
sign
string
否
签名值
最大长度:500
Mock:@natural
content
object
是
请求报文
ticketName
string
是
批次名称
最大长度:50
最小长度:1
Mock:买一赠二
ticketId
integer
是
p批次id
Mock:1
ticketType
string
是
批次类型
最大长度:2
最小长度:1
Mock:ww
ticketStatus
string
是
批次状态
最大长度:2
最小长度:1
Mock:1
productId
integer
是
产品id
Mock:404
saleChannelId
integer
否
销售渠道id
Mock:1
saleChannelInfo
object
否
销售渠道信息
saleChannelId
integer
是
取码方id
Mock:3
saleChannelName
string
是
取码方名称
最大长度:50
最小长度:1
Mock:美团
activity
string
是
活动名称
最大长度:60
最小长度:1
Mock:618活动
productSource
string
是
券来源简介
最大长度:60
最小长度:1
Mock:活动区分
thirdpartySourceId
string
是
第三方活动ID
最大长度:60
最小长度:1
Mock:1
brandSalePrice
string
否
销售价格(单位分)
最大长度:10
最小长度:1
Mock:@bigdecimal
ticketBindInfo
object
否
批次绑定信息
bingTicketId
string
否
关联品牌对应的批次号
最大长度:50
最小长度:1
Mock:qwe123456
ebuyTicketId
string
否
易百对应的批次号
最大长度:50
最小长度:1
Mock:qwe123456
ticketValidStart
string
否
批次有效期开始时间
最大长度:50
最小长度:1
Mock:@date
ticketValidEnd
string
否
批次有效期结束时间
最大长度:50
最小长度:1
Mock:@date
codeValidStart
string
否
串码有效期开始时间
最大长度:50
最小长度:1
Mock:@date
codeValidEnd
string
否
串码有效期结束时间
最大长度:50
最小长度:1
Mock:@date
commissionDate
integer
否
码启用日期
codeValidDays
integer
否
codeValidDays
Mock:3
ticketUseDescription
object
否
批次使用描述
discountDescription
string
否
优惠说明
最大长度:300
最小长度:1
Mock:券使用说明
ticketConfig
object
否
批次配置
paymentParam
object
否
收银机参数设置
cashierCodeMap
string
否
收银对接方编号
最大长度:30
最小长度:1
Mock:a123456
cashierPaymentParam
string
否
收银机支付参数
最大长度:50
最小长度:1
Mock:测试
needReturnBuyGoods
boolean
否
是否返回购买产品
Mock:true
paymentParam
string
否
收银参数json字符串
最大长度:300
最小长度:1
Mock:{"a":"b"}
brandName
string
否
品牌名称
brandId
string
否
品牌ID
备注
变更历史
变更日期
变更内容
2024-04-28
{"path":"\/_getBrandTicketDetailDirect","params":[]}
{"path":"\/_getBrandTicketDetailDirect","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetailDirect"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetailDirect"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"},"ticketWhaleId":{"type":"string","description":"关联4.0的批次ID"},"saleTenancyName":{"type":"string","description":"销售渠道名称"},"saleTenancyId":{"type":"string","description":"销售渠道ID"},"brandName":{"type":"string","description":"品牌名称"},"brandId":{"type":"string","description":"品牌ID"},"notifyChannelId":{"type":"string","description":"通知渠道列表"},"tenancyName":{"type":"string","description":"租户名称"},"tenancyId":{"type":"string","description":"租户ID"},"remarks":{"type":"string","description":"备注"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"},"brandName":{"type":"string","description":"品牌名称"},"brandId":{"type":"string","description":"品牌ID"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-28
{"path":"\/_getBrandTicketDetailDirect","params":[]}
{"path":"\/_getBrandTicketDetailDirect","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetailDirect"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetailDirect"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"},"ticketWhaleId":{"type":"string","description":"关联4.0的批次ID"},"saleTenancyName":{"type":"string","description":"销售渠道名称"},"saleTenancyId":{"type":"string","description":"销售渠道ID"},"brandName":{"type":"string","description":"品牌名称"},"brandId":{"type":"string","description":"品牌ID"},"notifyChannelId":{"type":"string","description":"通知渠道列表"},"tenancyName":{"type":"string","description":"租户名称"},"tenancyId":{"type":"string","description":"租户ID"},"remarks":{"type":"string","description":"备注"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_getBrandTicketDetail","params":[]}
{"path":"\/_getBrandTicketDetailDirect","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetail"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetailDirect"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_getBrandTicket","params":[]}
{"path":"\/_getBrandTicketDetail","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicket"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicketDetail"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_getEcouponTicket_1713925452747","params":[]}
{"path":"\/_getBrandTicket","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getEcouponTicket"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_getBrandTicket"}},"timestamp":{"type":"number","description":"请求时间戳","mock":{"mock":"@timestamp"}},"signType":{"type":"string","default":"","minLength":1,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":1,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"ticketId":{"type":"integer","description":"批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true}},"description":"请求报文","required":["ticketId"]}},"required":["uuid","appId","action","timestamp","signType","sign","content","lang"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"uuid":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求序列号","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"}},"success":{"type":"boolean","description":"交易成功与否","mock":{"mock":"@boolean"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_queryEcouponTickettList"}},"timestamp":{"type":"number","description":"返回时间戳","mock":{"mock":"@timestamp"}},"errorCode":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误码","mock":{"mock":"@word"}},"errorMessage":{"type":"string","default":"","minLength":0,"maxLength":50,"description":"错误描述","mock":{"mock":"@csentence"}},"signType":{"type":"string","default":"","minLength":0,"maxLength":20,"description":"签名类型","mock":{"mock":"sha256"}},"sign":{"type":"string","default":"","minLength":0,"maxLength":500,"description":"签名值","mock":{"mock":"@natural"}},"content":{"type":"object","properties":{"ticketName":{"type":"string","description":"批次名称","minLength":1,"maxLength":50,"mock":{"mock":"买一赠二"}},"ticketId":{"type":"integer","description":"p批次id","mock":{"mock":"1"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"ticketType":{"type":"string","mock":{"mock":"ww"},"description":"批次类型","minLength":1,"maxLength":2},"ticketStatus":{"type":"string","mock":{"mock":"1"},"description":"批次状态","minLength":1,"maxLength":2},"productId":{"type":"integer","mock":{"mock":"404"},"description":"产品id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelId":{"type":"integer","mock":{"mock":"1"},"description":"销售渠道id","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"saleChannelInfo":{"type":"object","properties":{"saleChannelId":{"type":"integer","description":"取码方id","minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true,"mock":{"mock":"3"}},"saleChannelName":{"type":"string","description":"取码方名称","minLength":1,"maxLength":50,"mock":{"mock":"美团"}},"activity":{"type":"string","description":"活动名称","minLength":1,"maxLength":60,"mock":{"mock":"618活动"}},"productSource":{"type":"string","description":"券来源简介","minLength":1,"maxLength":60,"mock":{"mock":"活动区分"}},"thirdpartySourceId":{"type":"string","description":"第三方活动ID","minLength":1,"maxLength":60,"mock":{"mock":"1"}}},"description":"销售渠道信息","required":["saleChannelId","saleChannelName","activity","productSource","thirdpartySourceId"]},"brandSalePrice":{"type":"string","description":"销售价格(单位分)","mock":{"mock":"@bigdecimal"},"minLength":1,"maxLength":10},"ticketBindInfo":{"type":"object","properties":{"bingTicketId":{"type":"string","description":"关联品牌对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50},"ebuyTicketId":{"type":"string","description":"易百对应的批次号","mock":{"mock":"qwe123456"},"minLength":1,"maxLength":50}},"description":"批次绑定信息"},"ticketValidStart":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期开始时间","minLength":1,"maxLength":50},"ticketValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"批次有效期结束时间","minLength":1,"maxLength":50},"codeValidStart":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期开始时间","minLength":1,"maxLength":50},"codeValidEnd":{"type":"string","mock":{"mock":"@date"},"description":"串码有效期结束时间","minLength":1,"maxLength":50},"commissionDate":{"type":"integer","description":"码启用日期","mock":{"mock":"0"},"minimum":1,"exclusiveMinimum":true,"maximum":30,"exclusiveMaximum":true},"codeValidDays":{"type":"integer","mock":{"mock":"3"},"description":"codeValidDays","minimum":1,"exclusiveMinimum":true,"maximum":20,"exclusiveMaximum":true},"ticketUseDescription":{"type":"object","properties":{"discountDescription":{"type":"string","description":"优惠说明","mock":{"mock":"券使用说明"},"minLength":1,"maxLength":300}},"description":"批次使用描述"},"ticketConfig":{"type":"object","properties":{},"description":"批次配置"},"paymentParam":{"type":"object","properties":{"cashierCodeMap":{"type":"string","description":"收银对接方编号","mock":{"mock":"a123456"},"minLength":1,"maxLength":30},"cashierPaymentParam":{"type":"string","description":"收银机支付参数","mock":{"mock":"测试"},"minLength":1,"maxLength":50},"needReturnBuyGoods":{"type":"boolean","description":"是否返回购买产品","mock":{"mock":"true"}},"paymentParam":{"type":"string","description":"收银参数json字符串","mock":{"mock":"{\\"a\\":\\"b\\"}"},"minLength":1,"maxLength":300}},"description":"收银机参数设置"}},"description":"请求报文","required":["ticketId","ticketName","ticketType","ticketStatus","productId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
api-id=36444
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