简要描述:

  • 【回复我的】列表接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-01-14

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
page int 页码 ,默认为 1
pagesize int 条数 ,默认为 10

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "avatar": "http://wzb.com/uploads/user/avatar/2019-12-20/5dfca03bb231e.png",
            "username": "用户0001",
            "read_status": 2,
            "create_at": "2020-01-14 17:15",
            "comment_id": 19,
            "comment_content": "测试的1,发给谁8",
            "life_username": "泳",
            "life_content": "我的生活圈内容4",
            "imgs": [
                "http://wzb.com/uploads/case/2020-01-06/5e130c6926692.mp4"
            ],
            "life_id": 13,
            "type": 1
        },
    ]
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
avatar string 评论者头像
username string 评论者
read_status int 读取状态 1=已读 2=未读[有小红点]
create_at string 评论时间
comment_id int 评论id
comment_content string 评论内容
life_username string 商家名称
life_content string 生活圈内容
imgs array 图片数组,也可能是空数组
life_id int 生活圈id
type int 1=图文 2=视频

备注:

作者:admin  创建时间:2020-01-14 17:10
 更新时间:2025-04-01 15:40