{
"platformCode": "string",
"dbOpenId": "string",
"mac": "string",
"deviceId": "string",
"channelCodes": [
"string"
],
"filterChannelCode": "string",
"vcode": 0,
"thirdGroupKey": "string"
}curl --location --request POST 'https://testgateway.dangbei.net/channelApi/v3/batchFetch' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "string",
"dbOpenId": "string",
"mac": "string",
"deviceId": "string",
"channelCodes": [
"string"
],
"filterChannelCode": "string",
"vcode": 0,
"thirdGroupKey": "string"
}'{
"success": false,
"errCode": "",
"errMessage": "",
"requestId": "",
"data": [
{
"channelId": 0,
"channelName": "",
"channelCode": "",
"jumpType": 0,
"jumpUrl": "",
"jumpPackageName": "",
"planId": 0,
"planName": "",
"startTime": 0,
"endTime": 0,
"contents": [
{
"contentType": "",
"contentTypeCode": "",
"contentValue": "",
"contentValueCode": "",
"channelRelValue": ""
}
],
"userGroupInfo": {
"userGroupId": 0,
"abGroupType": 0
},
"messageCode": "",
"ruleId": 0,
"tagId": 0,
"messageType": ""
}
]
}