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