简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2024-07-18

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 2,
                "type": 1,
                "content": "今天天气非常不错",
                "imgs": [
                    "http://wzb.com/uploads/idCard/2019-12-25/5e02d682785c9.jpg",
                    "http://wzb.com/uploads/idCard/2019-12-25/5e02d682b2a5a.jpg",
                    "http://wzb.com/uploads/idCard/2020-01-04/5e0ffd4c53f6d.png"
                ],
                "address": "深圳",
                "longitude": "114.066277",
                "latitude": "22.557802",
                "read_num": 0,
                "comment_num": 0,
                "points_num": 0,
                "cover": ""
            }
        ],
        "page": 1,
        "pagesize": "1",
        "total": 2
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
id int id
type string 类型【1=图片,2=视频】
content string 内容
imgs array 图片列表
address string 定位地址
longitude string 经度
latitude string 纬度
read_num string 浏览数量
comment_num string 评论数量
points_num string 点赞数量
cover string 视频封面

备注:

作者:admin  创建时间:2024-07-18 18:21
 更新时间:2025-04-01 15:40
上一篇:
下一篇: