{
"ids": "1,2"
}
curl --location --request POST '/myauth/web/delStorage' \
--header 'token: dde3cf923a314341ad2b47cb6084f6d4' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "1,2"
}'
{
"code": 200,
"success": true,
"msg": "成功删除 2 条额外存储",
"sign": "",
"result": null,
"timestamp": 1649316251694
}