{
"videoCategory": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/dropList/introductionVideoMenuDropList' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoCategory": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"videoCategory": 0,
"meunVideoName": "string",
"sort": 0
}
]
}