curl --location --request GET '/admin-api/charging/operation-point-rec/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"userId": "28829",
"recDate": "2019-08-24T14:15:22Z",
"tradeType": 1,
"tradePoint": 0,
"platformType": 1,
"accountId": "10516",
"point": 0,
"orderType": 2,
"ruleTitle": "string"
},
"msg": "string"
}