{
"id": 1,
"type": "测试",
"fromSoftId": 1,
"status": 1
}
curl --location --request POST '/myauth/web/updStorageType' \
--header 'token: dde3cf923a314341ad2b47cb6084f6d4' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"type": "测试",
"fromSoftId": 1,
"status": 1
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1648888969497
}