tanshuapi-doc-check

探数数据文档


IMEI查询(型号)

<h5>简要描述</h5> <ul> <li>IMEI查询(型号) 品牌、型号、真伪查询。</li> <li>苹果 、安卓、IMEI</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://api.tanshuapi.com/api/check_imei/v1/index?key=&amp;amp;sn=863149047286191</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET 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;">key</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>密钥,个人中心查看</td> </tr> <tr> <td style="text-align: left;">sn</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>IMEI</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 1, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;imei&amp;quot;: &amp;quot;863149047286191&amp;quot;, //IMEI &amp;quot;name&amp;quot;: &amp;quot;HUAWEI Mate 30 Pro 5G&amp;quot;, //设备名称(Device Name) &amp;quot;brand&amp;quot;: &amp;quot;HUAWEI&amp;quot;, //品牌 &amp;quot;model&amp;quot;: &amp;quot;LIO-AN00&amp;quot;, //型号 &amp;quot;band&amp;quot;: &amp;quot;CA_n77,CA_n78&amp;quot;, //频段,判断支持什么网络 &amp;quot;type&amp;quot;: &amp;quot;Smartphone&amp;quot;, //设备类型(Device Type) } } </code></pre> <h5>返回参数说明</h5> <h5>备注 (错误码)</h5> <table> <thead> <tr> <th style="text-align: left;">错误码</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table>

页面列表

ITEM_HTML