Authorization: Bearer ********************
curl --location --request GET 'https://theater-test-api.sylangyue.xyz/api/playlet/recommend?page=1&page_size=5'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"title": "string",
"content_cover": "string",
"introduce": "string",
"tags": null,
"categories": [
"string"
],
"likes_number": 0,
"collect_number": 0,
"is_collect": true,
"total_episode": 0,
"preview": {
"title": "string",
"introduce": "string",
"content_cover": "string",
"author": "string",
"movie_file": "string",
"likes_number": 0,
"collect_number": 0,
"is_collect": true,
"is_like": true
}
}
],
"page": 0,
"page_size": 0,
"page_total": 0,
"total": 0
}
}