{
"sysType": "6",
"heatCompanyID": "string",
"orgID": "string"
}
curl --location --request POST 'http://localhost:8080/basicledger/heatStation/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"sysType": "6",
"heatCompanyID": "string",
"orgID": "string"
}'
{
"success": false,
"msg": "",
"data": [
{
"stationId": "",
"stationName": ""
}
],
"code": 0
}