curl --location --request GET '/api/v1/film/site/page?page&pageSize&kw'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"playUrl": "string",
"search": true,
"group": "string",
"type": 0,
"ext": "string",
"categories": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"default": "string",
"group": [
{
"id": "string",
"name": "string"
}
]
}
}