**请求URL:**
* `https://www.qiu51.com/ft_api/user/agreement`
**请求方式:**
* GET
**参数:**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| id | 是 | int | 协议ID,10:无忧付免责声明;11:无忧付奖励规则 |
**返回示例**
```
{
"code": 0,
"msg": '',
"agreement_info": {
"id": 4,
"title": "无忧付免责声明",
"html_content": "",
"web_html_content": 2 ,
}
}
```
**返回参数说明**
| 参数名 | 说明 |
| --- | --- |
| title | 标题 |
| html\_content | 内容(app使用) |
| web\_html\_content | 内容(web使用) |