{
"t": "string",
"appCode": "string",
"deviceId": "string",
"passportId": "string",
"vipType": 0,
"ip": "string",
"retNum": 0,
"episodeId": 0,
"albumId": 0,
"channelId": 0,
"filterList": "string"
}
curl --location --request POST 'https://testgateway.dangbei.net/v1/iqyTvRecDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"t": "string",
"appCode": "string",
"deviceId": "string",
"passportId": "string",
"vipType": 0,
"ip": "string",
"retNum": 0,
"episodeId": 0,
"albumId": 0,
"channelId": 0,
"filterList": "string"
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"title": "string"
}
]
}