简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-10

请求URL:

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "faq_id": 7,
                "title": "我的帮助中心2",
                "created_at": "2021-08-10 15:08:53"
            },
            {
                "faq_id": 5,
                "title": "我的帮助中心1",
                "created_at": "2021-08-10 15:02:39"
            }
        ],
        "page": 1,
        "pagesize": "10",
        "total": 2
    }
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
faq_id string
title string
created_at string

备注:

文档更新时间: 2021-08-10 16:14   作者:admin