{"data":{
"businessSystemId": "expressBusiness",
"couponType": "REDUCE",
"couponName": "满减",
"issueMaxAmount": "100",
"couponDescription": "使用须知",
"useStartTime": "2022-10-20 00:00:00",
"useEndTime": "2022-10-23 23:59:59",
"discountAmount": "7",
"additionalJson": {
"merchant": "1587950041",
"goodsName": "快递",
"color": "Color030",
"path": "pages/order-enter/order-enter",
"custom": {
"path": "pages/order-enter/order-enter",
"entranceWord": "入口",
"guidingWord": "引导",
"appid": "wx72d3f4a714e51767"
}
},
"ruleInstanceList": [
{
"actionType": 0,
"name": "name",
"ruleTemplateId": 1000,
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDictCode": "person_pickup_coupon_total",
"ruleDetailValue": "4",
"ruleDictType": "int"
},
{
"ruleDictCode": "day_pickup_coupon_times",
"ruleDetailValue": "10",
"ruleDictType": "int"
}
]
},
{
"actionType": 1,
"name": "name",
"ruleTemplateId": 1000,
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDictCode": "limit_time_range",
"ruleDetailValue": "{\"type\":1,\"dayList\":[1,2,3,4,5,6,7],\"timeList\":[{\"start\":\"09:20:37\",\"end\":\"11:20:39\"}]}",
"ruleDictType": "string"
},
{
"ruleDictCode": "allow_app",
"ruleDetailValue": "ydwechat",
"ruleDictType": "list"
}
]
}
],
"canReturn": 0,
"canTransfer": "0",
"remark": "备注",
"miniOrderAmount": "12",
"pickupAfterPeriod": 3,
"pickupAfterDays": "5",
"financialAllocationList": [
{
"allocationOrgId": "1523",
"allocationOrgType": "DEPARTMENT",
"allocationRatio": 1
}
]
}
}
curl --location --request POST '/ypc/vientiane/wechat/createCoupon' \
--header 'Content-Type: application/json' \
--data-raw '{"data":{
"businessSystemId": "expressBusiness",
"couponType": "REDUCE",
"couponName": "满减",
"issueMaxAmount": "100",
"couponDescription": "使用须知",
"useStartTime": "2022-10-20 00:00:00",
"useEndTime": "2022-10-23 23:59:59",
"discountAmount": "7",
"additionalJson": {
"merchant": "1587950041",
"goodsName": "快递",
"color": "Color030",
"path": "pages/order-enter/order-enter",
"custom": {
"path": "pages/order-enter/order-enter",
"entranceWord": "入口",
"guidingWord": "引导",
"appid": "wx72d3f4a714e51767"
}
},
"ruleInstanceList": [
{
"actionType": 0,
"name": "name",
"ruleTemplateId": 1000,
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDictCode": "person_pickup_coupon_total",
"ruleDetailValue": "4",
"ruleDictType": "int"
},
{
"ruleDictCode": "day_pickup_coupon_times",
"ruleDetailValue": "10",
"ruleDictType": "int"
}
]
},
{
"actionType": 1,
"name": "name",
"ruleTemplateId": 1000,
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDictCode": "limit_time_range",
"ruleDetailValue": "{\"type\":1,\"dayList\":[1,2,3,4,5,6,7],\"timeList\":[{\"start\":\"09:20:37\",\"end\":\"11:20:39\"}]}",
"ruleDictType": "string"
},
{
"ruleDictCode": "allow_app",
"ruleDetailValue": "ydwechat",
"ruleDictType": "list"
}
]
}
],
"canReturn": 0,
"canTransfer": "0",
"remark": "备注",
"miniOrderAmount": "12",
"pickupAfterPeriod": 3,
"pickupAfterDays": "5",
"financialAllocationList": [
{
"allocationOrgId": "1523",
"allocationOrgType": "DEPARTMENT",
"allocationRatio": 1
}
]
}
}'
{}