接口文档

接口文档


订阅页面提醒列表【9.29】

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>订阅提醒</li> </ul> <h5>请求URL</h5> <ul> <li>` <a href="https://testhuachong.shhhdong.com/shopapi/zutuan/tip.html">https://testhuachong.shhhdong.com/shopapi/zutuan/tip.html</a> <h5>请求方式</h5></li> <li>POST </li> </ul> <h5>参数</h5> <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> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;tip_id&amp;quot;: 1,             &amp;quot;title&amp;quot;: &amp;quot;帮卖提示&amp;quot;,             &amp;quot;number&amp;quot;: 1,             &amp;quot;type&amp;quot;: 1,             &amp;quot;link&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;content&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;11&amp;lt;/p&amp;gt;&amp;quot;,             &amp;quot;create_time&amp;quot;: 1727430469         },         {             &amp;quot;tip_id&amp;quot;: 3,             &amp;quot;title&amp;quot;: &amp;quot;浏览量&amp;quot;,             &amp;quot;number&amp;quot;: 1000,             &amp;quot;type&amp;quot;: 3,             &amp;quot;link&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;content&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;浏览量1000达到1000&amp;lt;/p&amp;gt;&amp;quot;,             &amp;quot;create_time&amp;quot;: 1727430469         }     ],     &amp;quot;timestamp&amp;quot;: 1727581443 }</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;">data</td> <td style="text-align: left;">返回列表</td> <td>可能为空</td> </tr> <tr> <td style="text-align: left;">title</td> <td style="text-align: left;">string</td> <td>标题</td> </tr> <tr> <td style="text-align: left;">content</td> <td style="text-align: left;">string</td> <td>内容</td> </tr> <tr> <td style="text-align: left;">link</td> <td style="text-align: left;">string</td> <td>跳转链接</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML