{
"houseCode": "string",
"busType": 0,
"type": "string"
}
curl --location --request POST '/commonApi/inner/getChannelList' \
--header 'token: 150e1b82-0c79-41a7-a1ea-7908e27f9883' \
--header 'Content-Type: application/json' \
--data-raw '{
"houseCode": "string",
"busType": 0,
"type": "string"
}'
{
"code": 0,
"data": [
{
"channelId": 0,
"channelCode": "string",
"channelName": "string"
}
],
"msg": "string",
"errorMsg": "string",
"actionMsg": "string",
"solution": "string",
"msgCode": "string"
}