简要描述:

  • 【我评论的】列表接口

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "comment_id": 15,
            "comment_content": "测试的1,发给谁1",
            "username": "商家0002",
            "avatar": "http://wzb.com/uploads/avatar/avatar.jpg",
            "create_at": "2020-01-07 11:31",
            "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": "参数错误"
}

返回参数说明:

参数名 类型 说明
comment_id int 评论id
comment_content string 评论内容
username string 评论者
avatar string 评论者头像
create_at string 案例发布时间
case_content string 案例内容
imgs array 图片数组,也可能是空数组
case_id int 案例id
type int 1=图文 2=视频

备注:

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