{
"ids": "90,5428"
}
curl --location --request POST '/myauth/web/delUser' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "90,5428"
}'
{
"code": 200,
"success": true,
"msg": "成功删除 2 个用户",
"sign": "",
"result": null,
"timestamp": 1645441077867
}