{
"fromSoftId": 1,
"fromStorageTypeId": 1,
"content": "你你好",
"status": 1
}
curl --location --request POST '/myauth/web/addStorage' \
--header 'token: dde3cf923a314341ad2b47cb6084f6d4' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"fromStorageTypeId": 1,
"content": "你你好",
"status": 1
}'
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1649314566432
}