Authorization: ********************
{
"id": 0
}
curl --location --request POST '/management/chargeWhiteList/queryChargeWhiteListById' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0
}'
{
"code": "",
"msg": "",
"data": {
"id": 0,
"tenantId": "",
"appId": "",
"merchantId": "",
"userId": "",
"mobile": "",
"stationId": "",
"equipmentIds": "",
"deductionRange": 0,
"servicePercent": 0,
"description": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0
},
"stackTraceMsg": ""
}