List
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{server}}/interest/list</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">Bearer {{token}}</td>
<td>否</td>
<td>string</td>
<td>JWT token</td>
</tr>
</tbody>
</table>
<h5>请求Query参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">key</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>string</td>
<td>关键词</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 200,
"message": "Success",
"data": [
{
"id": 1,
"create_time": "2022-02-21T20:22:36",
"update_time": "2022-02-21T20:22:36",
"update_user": "gongtest",
"title": "金属催化的亲电试剂偶联化学",
"content": "Over the past few years, our group has been working on the development of reductive coupling of two different electrophiles",
"image": "http:\/\/106.54.189.213:6001\/static\/c1e7cd68931211ec9595517d0b6f9701.png"
},
{
"id": 2,
"create_time": "2022-02-21T20:22:36",
"update_time": "2022-02-21T20:22:36",
"update_user": "gongtest",
"title": "有机超分子材料",
"content": "The second research field in our group emphasizes the design of robust H-bond\/ion pair-mediated building blocks in aqueous media useful for functional materials and biological studies",
"image": "http:\/\/106.54.189.213:6001\/static\/d8158f3a931211ec9595517d0b6f9701.png"
}
]
}
</code></pre>