简要描述:

  • 协议接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-05-07

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
id int 协议id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "id": 1,
        "title": "注册协议",
        "content": "<p style=\"text-align: center;\">注册协议</p><p style=\"text-align: center;\"><img src=\"http://wzb.com/uploads/agreement/content/5e035c25c9fe1.png\" style=\"max-width:100%;\"><br></p>",
        "cid": 1,
        "create_at": "2019-12-25 20:55:04",
        "update_at": "2019-12-25 20:55:04",
        "seo_keywords": "注册协议",
        "seo_description": "注册协议"
    }
}

错误时返回:

返回参数说明:

参数名 类型 说明

备注:

作者:admin  创建时间:2023-12-15 18:02
 更新时间:2025-04-01 15:40