我的收藏
<p><strong>简要描述:</strong> </p>
<ul>
<li>我的收藏接口</li>
</ul>
<p><strong>请求URL:</strong>
.<code>https://srmplat.tingyun.work/api/App/getmycollege</code> </p>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong>
<code>statusCode :状态码; msg:返回信息; data: json数据</code></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;msg&quot;: null,
&quot;data&quot;: {
&quot;currentPage&quot;: 1,
&quot;totalPages&quot;: 1,
&quot;totalItems&quot;: 1,
&quot;itemsPerPage&quot;: 15,
&quot;items&quot;: [
{
&quot;id&quot;: 17,
&quot;title&quot;: &quot;不锈钢五金螺母&quot;,
&quot;coverImg&quot;: &quot;/upload/images/20221228/1.png,/upload/images/20221228/2.png&quot;,//这里可能会出现多张逗号隔开的图片,直接取第一张
&quot;viewCount&quot;: 43242,
&quot;createDate&quot;: &quot;2022-12-30 10:27:04&quot;//收藏时间
}
]
}
}</code></pre>