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