curl --location --request GET '/admin-api/charging/operator-stationid-log/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"operatorid": "27287",
"operatorname": "王五",
"stationid": "776",
"stationname": "张三",
"dboperatorid": "12697",
"stationoperatorid": "363",
"dboperatorname": "李四",
"ordertype": 2,
"propertytype": 2,
"pushtype": 2,
"recordType": 1,
"connecttime": "2019-08-24T14:15:22Z",
"skid": "8932"
},
"msg": "string"
}