**請求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使用) |