API第二版文档

API第二版文档


查询是否有红包活动

<p><strong>请求方法名:</strong> </p> <ul> <li>HasRedBagActivity</li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li>无</li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>GET/POST</p> <p><strong>返回示例</strong></p> </li> </ul> <pre><code>{ &amp;quot;Status&amp;quot;: true, &amp;quot;Info&amp;quot;: &amp;quot;请求成功&amp;quot;, &amp;quot;Data&amp;quot;: { &amp;quot;HasActivity&amp;quot;: true, &amp;quot;ActivityId&amp;quot;: 1272 }, &amp;quot;Code&amp;quot;: 1 } </code></pre> <p><strong>返回参数</strong></p> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th>类型</th> <th>注释</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">HasActivity</td> <td>bool</td> <td>是否有活动</td> </tr> <tr> <td style="text-align: left;">ActivityId</td> <td>int</td> <td>活动ID</td> </tr> </tbody> </table>

页面列表

ITEM_HTML