文档
测试

热门问题列表

POST
{{url}}/admin/hotQuestionList

请求参数

参数名
类型
描述
必填
match
必填
page
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "rn": 1, "id": 1, "question": "123", "sort": 0, "centent": "1231", "zan_count": 1, "updated_at": 1675421838 } ], "first_page_url": "http://www.zhongxin.com/admin/hotQuestionList?match=1&page=1", "from": 1, "last_page": 1, "last_page_url": "http://www.zhongxin.com/admin/hotQuestionList?match=1&page=1", "next_page_url": null, "path": "http://www.zhongxin.com/admin/hotQuestionList", "per_page": 20, "prev_page_url": null, "to": 1, "total": 1 } }