{
"data": {
"user": "123456",
"device_info": "windows 10",
"device_code": "5A79565CC85400F0",
"timestamp": "1642662627"
},
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "asd123",
"sign": "342b70d6bb57df3a95c0273b894491a9"
}
curl --location --request POST '/myauth/soft/checkUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"user": "123456",
"device_info": "windows 10",
"device_code": "5A79565CC85400F0",
"timestamp": "1642662627"
},
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "asd123",
"sign": "342b70d6bb57df3a95c0273b894491a9"
}'
{
"code": 200,
"success": true,
"msg": "账号正常",
"sign": "bec14ae663072dfb74c7146ff1670622",
"result": {
"user": "1234",
"timeStamp": "1649153576"
},
"timestamp": 1649153576457
}