{
'status' : 'success',
'type' : 'remove_storage',//类型 create_storage\remove_storage
'name' : "存储名",
'size' : 20,//大小GB
'clear_time' : 1,//清理时间戳
}{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "03ba23f2f387dff4c5181e3c360573f6",
"time": 1,
"sign": "123"
}curl --location '/jyapi/removeStorage' \
--header 'Content-Type: application/json' \
--data '{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "03ba23f2f387dff4c5181e3c360573f6",
"time": 1,
"sign": "123"
}'{
"status": 0,
"msg": "string",
"data": {}
}