{ "id":80 }
curl --location --request POST '/adminapi/promotion/seckill/del' \ --header 'Content-Type: application/json' \ --data-raw '{ "id":80 }'
{ "code": 0, "msg": "ok", "data": { "errcode": 0, "message": "指定项目已删除" } }