文档
测试

文章搜索接口

POST
https://www.whhipoint.com/tp5/public/index.php/api/Qytk/article_search

请求参数

参数名
类型
描述
必填
title_cn
中文标题
必填
page
页码
必填

响应参数

参数名
类型
描述
必填
count
总条数
必填
list_max_rows
当前显示条数
必填
total_page
总页数
必填
current_page
当前页码
必填
list
返回数据
必填

说明 / 示例

{ "code": 200, "msg": "请求成功", "data": { "count": 2, "list_max_rows": "10", "total_page": 1, "current_page": 1, "list": [ { "cid": "2", "time": "2021-02-03", "title_cn": "中文标题34", "num": "0", "type": "1", "name": "张威" }, { "cid": "4", "time": "2021-02-03", "title_cn": "中文标题", "num": "0", "type": "1", "name": "张威" } ] } }