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