脑悦康


查询指定小时内,所有介绍人新增的下级介绍人数量

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询指定小时内,所有介绍人新增的下级介绍人数量</li> </ul> <h5>请求URL</h5> <ul> <li><code>/nykapi/v1.introducer/get_group_count_by_hours</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 style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">hours</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>小时数,默认1,为0时则查询全部</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>当前页数,默认1</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页展示条数,默认10</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;uid&amp;quot;: 1104,             &amp;quot;user_id&amp;quot;: &amp;quot;1461259449507667969&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;素年锦时&amp;quot;,             &amp;quot;count&amp;quot;: 2         },         {             &amp;quot;uid&amp;quot;: 1168,             &amp;quot;user_id&amp;quot;: &amp;quot;1463398118452572162&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;风华&amp;quot;,             &amp;quot;count&amp;quot;: 1         }     ] }</code></pre>

页面列表

ITEM_HTML