留言管理-列表

接口地址:/console/commentlist

请求方式 get

参数:

  • begin_time 时间起点(可选)

  • end_time 时间终点(可选)

  • tutorial_title 教程名称(可选)

  • phone 手机号(可选)

  • nickname 昵称(可选)

  • status 状态 0-隐藏, 1-正常 9-删除

  • page 分页页码 (首次不传或传0)(可选)

返回格式:

{
    "code": 1,
    "data": {
        "comment_list": [
            {
                "id": 1,
                "tutorial_sn":"192837",
                "tutorial_title": "五斗柜教程",
                "writer_nickname": "十年",
                "writer_phone": "17767157886",
                "step_index": "第一步 ##评论步骤",
                "user_nickname": "发表评论的用户昵称",
                "user_phone": "13588358790 ##用户联系电话",
                "content": "留言内容",
                "create_time": "2018-09-29 10:58:00 ##留言时间",
                "status": "1 0-隐藏, 1-正常 9-删除"
            },
            {
                "id": 2,
                "tutorial_sn":"192837",
                "tutorial_title": "五斗柜教程",
                "writer_nickname": "十年",
                "writer_phone": "17767157886",
                "step_index": "第一步 ##评论步骤",
                "user_nickname": "发表评论的用户昵称",
                "user_phone": "13588358790 ##用户联系电话",
                "content": "留言内容",
                "create_time": "2018-09-29 10:58:00 ##留言时间",
                "status": "1 0-隐藏, 1-正常 9-删除"
            }
        ],
        "page": 1,
        "total_num": 120
    },
    "msg": "success"
}

Last updated

Was this helpful?