{
"id": 16,
"name": "测试软件1",
"status": 1,
"type": 0,
"genKey": "f84b1a6edfe246b7",
"genStatus": 0,
"bindDeviceCode": 0,
"heartTime": 660,
"register":1
}
curl --location --request POST '/myauth/web/updSoft' \
--header 'token: be749fa789564fc98272974ca0ae8882' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 16,
"name": "测试软件1",
"status": 1,
"type": 0,
"genKey": "f84b1a6edfe246b7",
"genStatus": 0,
"bindDeviceCode": 0,
"heartTime": 660,
"register":1
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1642326604140
}