[
{
"addTime": "2019-08-24T14:15:22Z",
"allParduct": false,
"allowShare": false,
"couponGetCount": 0,
"couponName": "string",
"couponUseCount": 0,
"days": 0,
"discountMax": "string",
"effDate": "2019-08-24T14:15:22Z",
"expireRemind": false,
"id": 0,
"invDate": "2019-08-24T14:15:22Z",
"isEnable": false,
"limitCollarNum": 0,
"limitMoney": "string",
"limitUse": false,
"originalPurchase": false,
"preferentialType": {
"name": "string",
"title": "string",
"value": "string"
},
"preferentialValue": "string",
"productIds": "string",
"shopId": 0,
"surplusNum": 0,
"termOfValidity": {
"name": "string",
"title": "string",
"value": 0
},
"totalNum": 0,
"useComment": "string",
"vipNumId": "string"
}
]
curl --location --request POST 'http://127.0.0.1:8585/shopCoupon/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"addTime": "2019-08-24T14:15:22Z",
"allParduct": false,
"allowShare": false,
"couponGetCount": 0,
"couponName": "string",
"couponUseCount": 0,
"days": 0,
"discountMax": "string",
"effDate": "2019-08-24T14:15:22Z",
"expireRemind": false,
"id": 0,
"invDate": "2019-08-24T14:15:22Z",
"isEnable": false,
"limitCollarNum": 0,
"limitMoney": "string",
"limitUse": false,
"originalPurchase": false,
"preferentialType": {
"name": "string",
"title": "string",
"value": "string"
},
"preferentialValue": "string",
"productIds": "string",
"shopId": 0,
"surplusNum": 0,
"termOfValidity": {
"name": "string",
"title": "string",
"value": 0
},
"totalNum": 0,
"useComment": "string",
"vipNumId": "string"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}