{
"id": 1
}
curl --location --request POST '/adminapi/setting.KeyRule/del?id=1' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 1,
"show": 0,
"msg": "删除成功",
"data": []
}