{
"lang_code": "string",
"title": "string",
"page": "string",
"limit": "string"
}
curl --location --request POST 'https://api.chasing.comnews/index' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang_code": "string",
"title": "string",
"page": "string",
"limit": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"title": "我是标题",
"image": "封面",
"lang_code": "语言",
"author": "作者",
"publish_time": "2009-02-14 07:31:30",
"iamge": "http://test.static.chasing.com/封面"
},
{
"title": "我是标题",
"image": "封面",
"lang_code": "语言",
"author": "作者",
"publish_time": "2009-02-14 07:31:30",
"iamge": "http://test.static.chasing.com/封面"
}
]
}
}