{
"id": 1
}
curl --location --request POST '/myauth/web/getStorage' \
--header 'token: dde3cf923a314341ad2b47cb6084f6d4' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"fromSoftId": 1,
"fromStorageTypeId": 1,
"content": "你你好",
"number": 1,
"status": 1,
"reamrk": null,
"fromSoftName": null,
"fromStorageTypeName": null
},
"timestamp": 1649312649659
}