[
{
"activityStock": 0,
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"enable": false,
"goodsId": 0,
"goodsName": "string",
"groupActivityId": 0,
"groupPrice": "string",
"id": 0,
"originalPrice": "string",
"specificationsGroupId": 0,
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'http://127.0.0.1:8585/groupGoods/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"activityStock": 0,
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"enable": false,
"goodsId": 0,
"goodsName": "string",
"groupActivityId": 0,
"groupPrice": "string",
"id": 0,
"originalPrice": "string",
"specificationsGroupId": 0,
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}