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