简要描述:

  • 【回复我的】列表接口

接口版本:

版本号 制定人 制定日期 修订日期
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": 1,
            "create_at": "2020-01-14 15:00",
            "comment_id": 15,
            "comment_content": "测试的1,发给谁1",
            "case_username": "商家0002",
            "case_content": "大城市10平方这样装修",
            "imgs": [
                "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png",
                "http://wzb.com/uploads/case/2020-01-06/5e130c6926692.mp4"
            ],
            "case_id": 4,
            "type": 1
        },
    ]
}

错误时返回:

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

返回参数说明:

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

备注:

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