意见反馈-列表

接口地址:/console/suggestionlist

请求方式 get

参数:

  • begin_time 时间起点(可选)

  • end_time 时间终点(可选)

  • phone 手机号(可选)

  • nickname 昵称(可选)

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

返回格式:

{
    "code": 1,
    "data": {
        "suggestion_list":[
            {
                "id": 1,
                "nickname": "十年",
                "phone": "17767157886",
                "content": "我觉得书架界面可以再优化一下~",
                "create_time": "2018-11-30 18:29:00"
            },
            {
                "id": 2,
                "nickname": "十年",
                "phone": "17767157886",
                "content": "我觉得书架界面可以再优化一下~",
                "create_time": "2018-11-30 18:29:00"
            }
        ],
        "page": 1,
        "total_num": 120
    },
    "msg": "success"
}

Last updated

Was this helpful?