{
"ids": "1,2,3"
}
curl --location --request POST '/myauth/web/delBan' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "1,2,3"
}'
{
"code": 200,
"success": true,
"msg": "成功删除 3 个封禁",
"sign": "",
"result": null,
"timestamp": 1646237158352
}