{
"data": {
"type": "按时",
"content": "阿萨德阿萨德按时都",
"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/upData' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "按时",
"content": "阿萨德阿萨德按时都",
"device_info": "windows 10",
"device_code": "5A79565CC85400F0",
"timestamp": "1642751466"
},
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "asd123",
"sign": "caa040e78c197ea5b59bb5a3218ce080"
}'
{
"code": 200,
"success": true,
"msg": "上报成功",
"sign": "8b92b710d3eb5198062eb23c56a2e1e6",
"result": {
"timeStamp": "1642751783",
"ip": "127.0.0.1"
},
"timestamp": 1642751783397
}