3.号码状态检测
<p><strong>简要描述:</strong> </p>
<ul>
<li>号码状态检测操作</li>
</ul>
<p><strong>登录后台:</strong>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/384232c075d8295fa8c5034c8d3b619e?showdoc=.jpg" alt="" /></p>
<pre><code>浏览器中输入后台地址:http://cs.kmindo.com:9900/voipweb/aas/channel/login
输入用户名和密码点击登录</code></pre>
<p><strong>号码状态检测:</strong>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/eaa23619a077f68a419b4a14f5b81bf3?showdoc=.jpg" alt="" /></p>
<pre><code>后台登录成功后,点击Msisdn Status Manage -> Msisdn Status Manage进入号码状态检测页面</code></pre>
<p><strong>单个号码状态检测:</strong> </p>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/4e4a240b4b2074912ca6940159eba9ae?showdoc=.jpg" alt="" /></p>
<pre><code>点击Add按钮进入号码添加功能页,页面见下图</code></pre>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/ec1133124f869012886b2a8e1ad41700?showdoc=.jpg" alt="" /></p>
<pre><code>msisdn:输入框中输入待检测的号码,如:081210506807,注意号码格式必须符合印尼号码格式(号码必须“08”开头)
postUrl:输入框中输入回调URL,如果没有回调地址则不需要填写
点击 Add 按钮完成添加</code></pre>
<p><strong>批量上传待检测的号码列表:</strong> </p>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/26739191083750a6d9bdcdf6ab824389?showdoc=.jpg" alt="" /></p>
<pre><code>点击 Add Excel 按钮进入上传Excel功能页,页面见下图</code></pre>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/52b135447112346f192a491fe8af10d0?showdoc=.jpg" alt="" /></p>
<pre><code>点击选择文件选择需要批量检测的号码excel表
点击 Add 按钮完成上传</code></pre>
<ul>
<li>批量excel表字段说明如下</li>
</ul>
<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;">msisdn</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">是</td>
<td>待检测状态的号码</td>
</tr>
<tr>
<td style="text-align: left;">postUrl</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">否</td>
<td>如果有回调地址则填写,否则不填写</td>
</tr>
</tbody>
</table>
<ul>
<li>excel模版下载</li>
</ul>
<p><a href="http://cs.kmindo.com:9980/fileCloud/stencil/MsisdnStatusCheckStencil.xls">点击下载批量导入模版</a></p>