{
"ids": [
25,36
],
"type": "del"
}
curl --location --request POST '/adminapi/promotion/points_exchange/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
25,36
],
"type": "del"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "批量操作执行成功!"
}
}