文档
测试

文章列表

POST
http://jourly.com/mobile/api/Article/getList

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填
category_id
分类id
可选

响应参数

参数名
类型
描述
必填
id
分类id
必填
type
类型 1图文 2视频 3公众号
必填
title
标题
必填
date
创建时间
必填
face
封面
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "412", "type": "3", "category_id": "601", "title": "乡贤黄东峰一行踏访澄西中学新址", "date": "2023-10-31 00:00:00", "author": "利港发布", "face": "/upload/file/202311/e833a4117722ed6a3c1e732d97186c75.jpg", "content": "https://mp.weixin.qq.com/s/eMPHPrs2lTmgq4RD5sI8GA", "top": "2", "like": "0", "virtual_like": "0", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2023-11-08 09:51:35" } ] } }