{
"data": {
"type": "按时",
"content": "阿萨德阿萨德按时都",
"remark":"",
"device_info": "windows 10",
"device_code": "5A79565CC85400F0",
"timestamp": "1642751466"
},
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "asd123",
"sign": "caa040e78c197ea5b59bb5a3218ce080"
}
curl --location --request POST '/myauth/soft/upStorage' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "按时",
"content": "阿萨德阿萨德按时都",
"remark":"",
"device_info": "windows 10",
"device_code": "5A79565CC85400F0",
"timestamp": "1642751466"
},
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "asd123",
"sign": "caa040e78c197ea5b59bb5a3218ce080"
}'
{
"code": 0,
"success": true,
"msg": "string",
"sign": "string",
"result": {
"number": 0
},
"timestamp": 0
}