{
"aids": [
0
],
"sources": [
0
]
}
curl --location --request POST 'https://testgateway.dangbei.net/v1/asset/goods/listByAidAndSource' \
--header 'Content-Type: application/json' \
--data-raw '{
"aids": [
0
],
"sources": [
0
]
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"aid": 0,
"iqiyiid": "string",
"source": 0,
"discount": 0,
"price": 0,
"vipPrice": 0,
"indate": "string",
"desc": "string",
"status": 0
}
]
}