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/_getBrandSaleChannelDetailDirect
更新时间:
2024-04-26 01:19:22
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/_getBrandSaleChannelDetailDirect
请求参数
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:/_getBrandSaleChannelDetailDirect
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
是
请求报文
saleChannelId
number
否
1
发券渠道id
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:asyncCreateCardOrder
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
是
返回报文
saleChannelId
number
是
1
发券渠道id
Mock:1
saleChannelName
string
是
渠道名称
最大长度:100
最小长度:1
Mock:星巴克
saleChannelConfig
object
是
渠道参数配置
verifyUrl
string
是
verifyVoidUrl
string
是
needRealTimeVerify
string
是
activateOrg
string
是
activateShopNo
string
是
updateCodeStatusNotifyUrl
string
是
saleAppId
string
是
应用id
最大长度:30
最小长度:1
备注
变更历史
变更日期
变更内容
2024-04-25
{"path":"\/_getBrandSaleChannelDetailDirect","params":[]}
{"path":"\/_getBrandSaleChannelDetailDirect","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":"/_getBrandSaleChannelDetailDirect"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"/_getBrandSaleChannelDetailDirect"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","description":"营业信息","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"createDate":{"type":"string","description":"创建时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"createBy":{"type":"string","description":"创建人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"updateDate":{"type":"string","description":"更新时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"updateBy":{"type":"string","description":"修改人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"@string"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","mock":{"mock":"@string"},"minLength":1,"maxLength":255},"tenancyId":{"type":"string","description":"租户id:租户名称,json字符串","minLength":1,"maxLength":888},"tenancyMap":{"type":"object","properties":{},"description":"租户id,名称 (String:string) "},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string"},"verifyVoidUrl":{"type":"string"},"needRealTimeVerify":{"type":"string"},"activateOrg":{"type":"string"},"activateShopNo":{"type":"string"},"updateCodeStatusNotifyUrl":{"type":"string"}},"description":"渠道参数配置","required":["verifyUrl","updateCodeStatusNotifyUrl","activateShopNo","activateOrg","needRealTimeVerify","verifyVoidUrl"]},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId","saleChannelId","saleChannelName","saleChannelConfig"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_getBrandSaleChannelDetails","params":[]}
{"path":"\/_getBrandSaleChannelDetailDirect","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":"/_getBrandSaleChannelDetails"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"/_getBrandSaleChannelDetailDirect"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","description":"营业信息","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"createDate":{"type":"string","description":"创建时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"createBy":{"type":"string","description":"创建人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"updateDate":{"type":"string","description":"更新时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"updateBy":{"type":"string","description":"修改人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"@string"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","mock":{"mock":"@string"},"minLength":1,"maxLength":255},"tenancyId":{"type":"string","description":"租户id:租户名称,json字符串","minLength":1,"maxLength":888},"tenancyMap":{"type":"object","properties":{},"description":"租户id,名称 (String:string) "},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","description":"营业信息","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"createDate":{"type":"string","description":"创建时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"createBy":{"type":"string","description":"创建人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"updateDate":{"type":"string","description":"更新时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"updateBy":{"type":"string","description":"修改人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"@string"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","mock":{"mock":"@string"},"minLength":1,"maxLength":255},"tenancyId":{"type":"string","description":"租户id:租户名称,json字符串","minLength":1,"maxLength":888},"tenancyMap":{"type":"object","properties":{},"description":"租户id,名称 (String:string) "},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_getSaleChannelDetails_1713925645351","params":[]}
{"path":"\/_getBrandSaleChannelDetails","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":"_getSaleChannelDetails"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"/_getBrandSaleChannelDetails"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1"}},"description":"请求报文","required":["sendChannelId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","description":"营业信息","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"createDate":{"type":"string","description":"创建时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"createBy":{"type":"string","description":"创建人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"updateDate":{"type":"string","description":"更新时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"updateBy":{"type":"string","description":"修改人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"@string"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","mock":{"mock":"@string"},"minLength":1,"maxLength":255},"tenancyId":{"type":"string","description":"租户id:租户名称,json字符串","minLength":1,"maxLength":888},"tenancyMap":{"type":"object","properties":{},"description":"租户id,名称 (String:string) "},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId"]}},"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":"asyncCreateCardOrder"}},"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":{"saleChannelId":{"type":"number","description":"发券渠道id","minimum":1,"exclusiveMinimum":true,"maximum":99,"exclusiveMaximum":true,"default":"1","mock":{"mock":"1"}},"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"星巴克"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","description":"营业信息","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"createDate":{"type":"string","description":"创建时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"createBy":{"type":"string","description":"创建人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"updateDate":{"type":"string","description":"更新时间","mock":{"mock":"@datetime"},"minLength":1,"maxLength":50},"updateBy":{"type":"string","description":"修改人","mock":{"mock":"@string"},"minLength":1,"maxLength":32},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"@string"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","mock":{"mock":"@string"},"minLength":1,"maxLength":255},"tenancyId":{"type":"string","description":"租户id:租户名称,json字符串","minLength":1,"maxLength":888},"tenancyMap":{"type":"object","properties":{},"description":"租户id,名称 (String:string) "},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"返回报文","required":["saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
api-id=36462
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