{
"id": 23806,
"companyid": "22735",
"historyName": "王五",
"type": 2,
"createId": "11004",
"createName": "张三",
"createDate": "2019-08-24T14:15:22Z",
"skid": "5142",
"ip": "string"
}
curl --location --request PUT '/admin-api/charging/historyRecord/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 23806,
"companyid": "22735",
"historyName": "王五",
"type": 2,
"createId": "11004",
"createName": "张三",
"createDate": "2019-08-24T14:15:22Z",
"skid": "5142",
"ip": "string"
}'
{
"code": 0,
"data": true,
"msg": "string"
}