简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-02-15

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
faq_id string faq id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "id": 1,
        "title": "修改个人信息",
        "cover": "",
        "content": "<p>\r\n\t1【用户登录】--&gt;【个人信息】<span>--&gt;【基本信息】,填写信息提交即可</span>\r\n</p>\r\n<p>\r\n\t<img src=\"http://yht-api.unioncms.cn/uploads/image/20201219/20201219171431_27200.png\" alt=\"\" width=\"1024\" height=\"389\" title=\"\" align=\"\" />\r\n</p>\r\n<p>\r\n\t<img src=\"http://yht-api.unioncms.cn/uploads/image/20201219/20201219171626_17568.png\" alt=\"\" width=\"1024\" height=\"369\" title=\"\" align=\"\" /><br />\r\n</p>",
        "cid": 1,
        "create_at": "2020-12-19 17:16:59",
        "update_at": "2021-01-04 14:03:08",
        "seo_keywords": "修改个人信息",
        "seo_description": "修改个人信息",
        "view_num": 0,
        "is_hot": 2
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id string id
title string 标题
cover string 封面
content string 内容
created_at string 时间
seo_keywords string 关键词
seo_description string 描述

备注:

文档更新时间: 2022-02-15 16:11   作者:admin