Authorization: ********************
{
"equipmentId": "string",
"slaveEquipmentIds": [
"string"
],
"tenantId": "string",
"appId": "string",
"portAmount": 0,
"stationId": "string",
"stationPointId": "string",
"feeStrategyId": 0,
"equipmentName": "string",
"equipmentType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"remark": "string"
}
curl --location --request POST '/management/equipment/activateEquipment' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"equipmentId": "string",
"slaveEquipmentIds": [
"string"
],
"tenantId": "string",
"appId": "string",
"portAmount": 0,
"stationId": "string",
"stationPointId": "string",
"feeStrategyId": 0,
"equipmentName": "string",
"equipmentType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"remark": "string"
}'
{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}