资讯列表

请求参数

参数名
类型
描述
必填
page
string
页码
必填
row
string
条数
必填

说明 / 示例

````inline code "服务端--响应示例": data:{ code:1, msg:"", amount:3,(总条数,前端做分页使用,没数据为0) data:[ { id:1, title:'绑定流程介绍',(标题) time:"2020-12-28 14:05:22",(发布时间) img:"http//:img.png",(图片) }, { id:2, title:'绑定流程介绍',(标题) time:"2020-12-28 14:05:22",(发布时间) img:"http//:img.png",(图片) }, ] } ``` `