{
"aids": [
0
],
"sources": [
0
],
"pay_type": [
0
],
"source": 0,
"ep_ids": [
"string"
],
"epNames": [
"string"
],
"sourcePayType": [
{
"source": 0,
"payType": [
0
]
}
]
}
curl --location --request POST 'https://testgateway.dangbei.net/v1/asset/episode/listByAidAndSource' \
--header 'Content-Type: application/json' \
--data-raw '{
"aids": [
0
],
"sources": [
0
],
"pay_type": [
0
],
"source": 0,
"ep_ids": [
"string"
],
"epNames": [
"string"
],
"sourcePayType": [
{
"source": 0,
"payType": [
0
]
}
]
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"aid": 0,
"source": 0,
"epId": "string",
"name": "string",
"auth": 0,
"payType": 0,
"uuid": "string",
"sort": 0,
"len": 0,
"streamType": "string",
"playUrl": "string",
"status": 0,
"summary": "string",
"extra": "string",
"remoteImg": "string",
"img": "string"
}
]
}