{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"keyId": 0,
"devMac": "string",
"devName": "string",
"alias": "string",
"idxSupplierId": 0,
"portNum": 0,
"enable": true,
"username": "string",
"password": "string",
"expire": 0,
"maxSent": 0,
"sendInterval": 0,
"sleepThreshold": 0,
"sleepTm": 0,
"maxconcurrent": 127,
"connPort": 0,
"mccmncId": [
"string"
],
"mccmncIdOri": [
"string"
],
"priority": 0,
"profitthd": "string",
"charge": 0,
"aliveTm": 0,
"devType": 0,
"node": 0,
"operator": "string",
"operatorJobNumber": "string"
}curl --location --request POST '/manage/equipment/update' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"keyId": 0,
"devMac": "string",
"devName": "string",
"alias": "string",
"idxSupplierId": 0,
"portNum": 0,
"enable": true,
"username": "string",
"password": "string",
"expire": 0,
"maxSent": 0,
"sendInterval": 0,
"sleepThreshold": 0,
"sleepTm": 0,
"maxconcurrent": 127,
"connPort": 0,
"mccmncId": [
"string"
],
"mccmncIdOri": [
"string"
],
"priority": 0,
"profitthd": "string",
"charge": 0,
"aliveTm": 0,
"devType": 0,
"node": 0,
"operator": "string",
"operatorJobNumber": "string"
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}