{
"id": 20362,
"stationid": "4518",
"ctrlNo": "string",
"assetNumber": "string",
"onlineStatus": 1,
"regDate": "2019-08-24T14:15:22Z",
"manufacuinfo": "string",
"deviceType": 2,
"deviceNo": "string",
"operationTime": "string"
}
curl --location --request PUT '/admin-api/charging/charge-controller/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 20362,
"stationid": "4518",
"ctrlNo": "string",
"assetNumber": "string",
"onlineStatus": 1,
"regDate": "2019-08-24T14:15:22Z",
"manufacuinfo": "string",
"deviceType": 2,
"deviceNo": "string",
"operationTime": "string"
}'
{
"code": 0,
"data": true,
"msg": "string"
}