wxhook

微信


获取收藏内容

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取收藏内容</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/Batchgetfavitem</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <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;">num</td> <td style="text-align: left;">int</td> <td>获取数量</td> </tr> <tr> <td style="text-align: left;">fav_id</td> <td style="text-align: left;">string</td> <td>收藏id,多个id用逗号隔开</td> </tr> </tbody> </table> <h5>参数</h5> <pre><code>{     &amp;quot;num&amp;quot;:1,     &amp;quot;fav_id&amp;quot;: &amp;quot;122,1&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;fav_item&amp;quot;: [         {             &amp;quot;fav_id&amp;quot;: 122,             &amp;quot;fav_type&amp;quot;: 1,             &amp;quot;fav_content&amp;quot;: &amp;quot;&amp;lt;favitem type=\&amp;quot;1\&amp;quot;&amp;gt;&amp;lt;desc&amp;gt;HHW-NSDZ53N7&amp;lt;/desc&amp;gt;&amp;lt;source sourceid=\&amp;quot;4107883779...\&amp;quot; sourcetype=\&amp;quot;21\&amp;quot;&amp;gt;&amp;lt;createtime&amp;gt;1663821412&amp;lt;/createtime&amp;gt;&amp;lt;tousr&amp;gt;filehelper&amp;lt;/tousr&amp;gt;&amp;lt;fromusr&amp;gt;wxid_1234556&amp;lt;/fromusr&amp;gt;&amp;lt;msgid&amp;gt;41078837799...&amp;lt;/msgid&amp;gt;&amp;lt;/source&amp;gt;&amp;lt;ctrlflag&amp;gt;127&amp;lt;/ctrlflag&amp;gt;&amp;lt;taglist&amp;gt;&amp;lt;/taglist&amp;gt;&amp;lt;tagidlist&amp;gt;&amp;lt;/tagidlist&amp;gt;&amp;lt;/favitem&amp;gt;&amp;quot;,             &amp;quot;fav_time&amp;quot;: &amp;quot;2022-10-01 01:14:18&amp;quot;,             &amp;quot;fav_lag&amp;quot;: &amp;quot;782261..&amp;quot;         }     ] }</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_content</td> <td style="text-align: left;">string</td> <td>收藏消息内容结构,结构中包含cdn信息,下载后可以通过转发收藏的消息</td> </tr> </tbody> </table>

页面列表

ITEM_HTML