{
"model": "string",
"platformId": "string",
"source": 0,
"type": 0,
"pid": 0,
"isColumnList": 0,
"version": 0
}
curl --location --request POST 'https://testgateway.dangbei.net/pageApi/v1/queryPageParam' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"platformId": "string",
"source": 0,
"type": 0,
"pid": 0,
"isColumnList": 0,
"version": 0
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"id": 0,
"pid": 0,
"title": "string",
"status": 0,
"type": 0,
"sort": 0,
"isScreening": 0,
"isScreeningExtra": "string",
"remark": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"platformId": "string",
"common": 0,
"source": 0,
"layout": 0,
"originVodId": 0,
"contentType": 0,
"vipType": "string",
"hide": 0,
"showNewUi": 0,
"category": "string",
"desc": "string",
"minVersion": 0,
"maxVersion": 0,
"model": "string"
}
]
}