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/_addBrandSaleChannelDirect
更新时间:
2024-04-28 23:17:49
Mock地址:
https://apimock.e-buychina.com/mock/617/paas/micro/ecoupon/_addBrandSaleChannelDirect
请求参数
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:_addBrandSaleChannelDirect
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
是
请求报文
saleChannelName
string
是
渠道名称(名称唯一不可重复)
最大长度:100
最小长度:1
Mock:@string
saleChannelConfig
object
是
渠道参数配置
Mock:@string
verifyUrl
string
否
核销通知地址
verifyVoidUrl
string
否
核销撤销通知地址
needRealTimeVerify
string
否
是否调用外部核销(默认不调用)
activateOrg
string
否
激活机构名称
activateShopNo
string
否
激活机构编号
updateCodeStatusNotifyUrl
string
否
状态变更通知地址
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:getPaymentChannel
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
saleAppId
string
是
请码关联销售渠道appID
备注
变更历史
变更日期
变更内容
2024-04-28
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"saleAppId":{"type":"string","description":"销售渠道ID"},"status":{"type":"string","description":"状态"},"channelVersion":{"type":"string","description":"对接 渠道版本(ebuy3,ebuy4,默认为空或者paas)"},"tenancyId":{"type":"string","description":"租户ID"},"defaultSetting":{"type":"string","description":"是否开通,1开通,0未开通"},"serviceProvider":{"type":"string","description":"对接 渠道 下发通知路由"},"channelType":{"type":"string","description":"渠道类型 1:平台 ptfm 2:零售 retail"}},"description":"请求报文","required":["saleChannelName","saleChannelConfig","channelType","serviceProvider","defaultSetting","tenancyId","channelVersion","status","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-28
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"saleAppId":{"type":"string","description":"销售渠道ID"},"status":{"type":"string","description":"状态"},"channelVersion":{"type":"string","description":"对接 渠道版本(ebuy3,ebuy4,默认为空或者paas)"},"tenancyId":{"type":"string","description":"租户ID"},"defaultSetting":{"type":"string","description":"是否开通,1开通,0未开通"},"serviceProvider":{"type":"string","description":"对接 渠道 下发通知路由"},"channelType":{"type":"string","description":"渠道类型 1:平台 ptfm 2:零售 retail"}},"description":"请求报文","required":["saleChannelName","saleChannelConfig","channelType","serviceProvider","defaultSetting","tenancyId","channelVersion","status","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-25
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"},"required":["verifyUrl","verifyVoidUrl"]},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-25
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"}},"description":"渠道参数配置","mock":{"mock":"@string"},"required":["verifyUrl","verifyVoidUrl"]},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"},"updateCodeStatusNotifyUrl":{"type":"string","description":"状态变更通知地址"}},"description":"渠道参数配置","mock":{"mock":"@string"},"required":["verifyUrl","verifyVoidUrl"]},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-25
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{"verifyUrl":{"type":"string","description":"核销通知地址"},"verifyVoidUrl":{"type":"string","description":"核销撤销通知地址"},"needRealTimeVerify":{"type":"string","description":"是否调用外部核销(默认不调用)"},"activateOrg":{"type":"string","description":"激活机构名称"},"activateShopNo":{"type":"string","description":"激活机构编号"}},"description":"渠道参数配置","mock":{"mock":"@string"},"required":["verifyUrl","verifyVoidUrl"]},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-25
{"path":"\/_addBrandSaleChannelDirect","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称(名称唯一不可重复)","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"object","properties":{},"description":"渠道参数配置","mock":{"mock":"@string"}},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}}},"description":"请求报文","required":["saleChannelName","saleChannelConfig"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"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":"getPaymentChannel"}},"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"},"saleAppId":{"type":"string","description":"请码关联销售渠道appID"}},"description":"返回报文","required":["saleChannelId","saleAppId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_addBrandSaleChannel","params":[]}
{"path":"\/_addBrandSaleChannelDirect","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":"_addBrandSaleChannel"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannelDirect"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_addBrandSaleChannel","params":[]}
{"path":"\/_addBrandSaleChannel","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":"_addSaleChannel"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addBrandSaleChannel"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
2024-04-24
{"path":"\/_addSaleChannel_1713925640301","params":[]}
{"path":"\/_addBrandSaleChannel","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":"_addSaleChannel"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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)"}},"appId":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"请求AppId","mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","default":"","minLength":1,"maxLength":50,"description":"交易类型","mock":{"mock":"_addSaleChannel"}},"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":{"saleChannelName":{"type":"string","description":"渠道名称","minLength":1,"maxLength":100,"mock":{"mock":"@string"}},"saleChannelConfig":{"type":"string","description":"渠道参数配置","minLength":1,"maxLength":99999,"mock":{"mock":"{\\"json\\": \\"测试\\"}"}},"businessInfo":{"type":"string","mock":{"mock":"{\\"json\\": \\"测试\\"}"},"description":"营业信息","minLength":1,"maxLength":200},"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},"tenancyId":{"type":"string","mock":{"mock":"-1"},"description":"租户id","minLength":1,"maxLength":30},"saleChannelStatus":{"type":"string","mock":{"mock":"0"},"description":"渠道状态","minLength":1,"maxLength":2},"status":{"type":"string","description":"状态(0正常 1删除 2停用)","mock":{"mock":"0"},"minLength":1,"maxLength":2},"remarks":{"type":"string","description":"备注","minLength":1,"maxLength":255,"mock":{"mock":"测试数据"}},"tenancyMap":{"type":"object","properties":{},"description":"租户 租户id:租户名称"},"saleAppId":{"type":"string","description":"应用id","minLength":1,"maxLength":30}},"description":"请求报文","required":["saleChannelName","createBy","saleChannelConfig","status","createDate","saleChannelStatus","tenancyId","businessInfo","saleAppId"]}},"required":["uuid","appId","action","timestamp","signType","sign","lang","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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"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":"getPaymentChannel"}},"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"}},"description":"返回报文","required":["saleChannelId"]}},"required":["uuid","action","timestamp","success","errorCode","errorMessage","content"],"description":"ROOT"}
api-id=36450
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