{
"id": 2
}
curl --location --request POST '/myauth/web/delAdmin' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2
}'
{
"code": 200,
"success": true,
"msg": "删除成功",
"sign": "",
"result": null,
"timestamp": 1646323457747
}