广电微厅系统V.2.2

广电微厅系统V.2.2


首页信息面板-余额不足短信通知统计

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>余额不足短信通知统计查询接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cbn/home/insufficientBalance/getSmsStat</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <ul> <li><code>http://localhost:9999/cbn/home/insufficientBalance/getSmsStat</code></li> </ul> <pre><code>{     &amp;quot;tenantCode&amp;quot;:&amp;quot;1006&amp;quot;,     &amp;quot;timeInterval&amp;quot;:30 }</code></pre> <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;">tenantCode</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>渠道商编码,不传统计所有</td> </tr> <tr> <td style="text-align: left;">timeInterval</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>订单时间区间,30:近30天,40:近3个月,50:全部,不传查询全部</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;rqtid&amp;quot;: &amp;quot;31007qmrtst&amp;quot;, &amp;quot;versionCode&amp;quot;: &amp;quot;2.0&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;smsCount&amp;quot;: 100502, &amp;quot;peopleCount&amp;quot;: 6725, &amp;quot;rechargeCount&amp;quot;: 5752, &amp;quot;transferRate&amp;quot;: 85.53, &amp;quot;transferRateStr&amp;quot;: &amp;quot;85.53%&amp;quot; }, &amp;quot;model&amp;quot;: { &amp;quot;dict&amp;quot;: { &amp;quot;timeInterval&amp;quot;: { &amp;quot;50&amp;quot;: &amp;quot;全部&amp;quot;, &amp;quot;40&amp;quot;: &amp;quot;近3个月&amp;quot;, &amp;quot;30&amp;quot;: &amp;quot;近30天&amp;quot; } } } }</code></pre> <h5>返回参数说明</h5> <ul> <li>result说明</li> </ul> <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;">code</td> <td style="text-align: left;">int</td> <td>响应编码:0 成功,其他 失败</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>响应消息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">object</td> <td>响应数据</td> </tr> <tr> <td style="text-align: left;">rqtid</td> <td style="text-align: left;">string</td> <td>请求流水号</td> </tr> </tbody> </table> <ul> <li>Data说明</li> </ul> <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;">smsCount</td> <td style="text-align: left;">int</td> <td>催缴短信数量</td> </tr> <tr> <td style="text-align: left;">peopleCount</td> <td style="text-align: left;">int</td> <td>催缴短信接收人数量</td> </tr> <tr> <td style="text-align: left;">rechargeCount</td> <td style="text-align: left;">int</td> <td>充值数量,有效人数(短信3日内充值)</td> </tr> <tr> <td style="text-align: left;">transferRate</td> <td style="text-align: left;">int</td> <td>转化率</td> </tr> <tr> <td style="text-align: left;">transferRateStr</td> <td style="text-align: left;">int</td> <td>转化率字符串,充值数量 / 接收人数,单位:%</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML