WxProject

微信


获取收藏清单

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取收藏清单</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/GetFavList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数说明</h5> <p>无</p> <h5>返回示例</h5> <pre><code>{     &amp;quot;fav_item&amp;quot;: [         {             &amp;quot;is_deleted&amp;quot;: 1,             &amp;quot;fav_id&amp;quot;: 120,             &amp;quot;fav_type&amp;quot;: 2,             &amp;quot;fav_time&amp;quot;: &amp;quot;2022-09-19 21:18:31&amp;quot;,             &amp;quot;fav_lag&amp;quot;: &amp;quot;763782483&amp;quot;,             &amp;quot;fav_lib&amp;quot;: 18         },         {             &amp;quot;is_deleted&amp;quot;: 0,             &amp;quot;fav_id&amp;quot;: 121,             &amp;quot;fav_type&amp;quot;: 1,             &amp;quot;fav_time&amp;quot;: &amp;quot;2022-10-01 01:14:14&amp;quot;,             &amp;quot;fav_lag&amp;quot;: &amp;quot;782261400&amp;quot;,             &amp;quot;fav_lib&amp;quot;: 18         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">fav_id</td> <td style="text-align: left;">int</td> <td>收藏id</td> </tr> <tr> <td style="text-align: left;">is_deleted</td> <td style="text-align: left;">int</td> <td>该收藏是否被删除,1=被删除 0=可用</td> </tr> </tbody> </table>

页面列表

ITEM_HTML