后台管理IM通信


渠道统计

<h5>请求URL</h5> <ul> <li><code>http://xx.com/channel/amountList?</code></li> </ul> <h5>Headers</h5> <ul> <li>token</li> </ul> <h5>请求方式</h5> <ul> <li>GET </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;">channel_code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>渠道id</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>第几页</td> </tr> <tr> <td style="text-align: left;">pageNum</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页多少条</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;data&amp;quot;: [         {             &amp;quot;channel_code&amp;quot;: &amp;quot;001&amp;quot;,             &amp;quot;created_at&amp;quot;: &amp;quot;2023-07-19 15:56:54&amp;quot;,             &amp;quot;id&amp;quot;: 7,             &amp;quot;today_click&amp;quot;: 1,             &amp;quot;today_register&amp;quot;: 0,             &amp;quot;today_visit&amp;quot;: 1,             &amp;quot;total_click&amp;quot;: 1,             &amp;quot;total_register&amp;quot;: 0,             &amp;quot;total_visit&amp;quot;: 1,             &amp;quot;updated_at&amp;quot;: &amp;quot;2023-07-19 17:07:01&amp;quot;,             &amp;quot;yesterday_click&amp;quot;: 0,             &amp;quot;yesterday_register&amp;quot;: 0,             &amp;quot;yesterday_visit&amp;quot;: 0         }     ],     &amp;quot;error_code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;page&amp;quot;: 1,     &amp;quot;pagesize&amp;quot;: 15,     &amp;quot;total&amp;quot;: 1 }</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;">error_code</td> <td style="text-align: left;">int</td> <td>0成功</td> </tr> <tr> <td style="text-align: left;">today_click</td> <td style="text-align: left;">int</td> <td>点击量</td> </tr> <tr> <td style="text-align: left;">today_visit</td> <td style="text-align: left;">int</td> <td>访问量</td> </tr> <tr> <td style="text-align: left;">today_register</td> <td style="text-align: left;">int</td> <td>当天注册量</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML