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