{
"data": {
"device_info": "windows 10",
"device_code": "5A79565CC85400F0-83b59db87562d3ca4b732957016075cf",
"timestamp": "1642147662"
},
"sign": "1c554808d329ddc1ec7919890c21f979",
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "c0c076e9-9590-da1d-b50b-fcedde7f3308"
}
curl --location --request POST '/myauth/soft/init' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"device_info": "windows 10",
"device_code": "5A79565CC85400F0-83b59db87562d3ca4b732957016075cf",
"timestamp": "1642147662"
},
"sign": "1c554808d329ddc1ec7919890c21f979",
"skey": "7c580b6e-56fc-41ac-953c-8b6896e26eb1",
"vkey": "c0c076e9-9590-da1d-b50b-fcedde7f3308"
}'
{
"code": 200,
"success": true,
"msg": "初始化成功",
"sign": "2e7366cb064001c44df486f87324147f",
"result": {
"Name": "测试软件",
"Status": 1,
"Type": 0,
"BindDeviceCode": 0,
"MultipleLogin": 0,
"HeartTime": 660,
"timeStamp": "1642148576"
},
"timestamp": 1642148576919
}