移动支付产品接入

移动支付产品接入文档


查询设备IP地址以及最后在线时间

<p><strong>简要描述:</strong> </p> <ul> <li>查询设备IP地址以及最后在线时间</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://app.szzkc.com/api/app/queryDeviceInfo</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <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;">imei</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>设备IMEI号码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;state&amp;quot;: true, &amp;quot;result&amp;quot;: { &amp;quot;imei&amp;quot;: &amp;quot;359ac67b25c145c&amp;quot;, &amp;quot;ip&amp;quot;: &amp;quot;113.104.191.124&amp;quot;, &amp;quot;version&amp;quot;: &amp;quot;P5809C_R1.04&amp;quot;, &amp;quot;onlinetime&amp;quot;: &amp;quot;2020-12-09T10:26:19&amp;quot; }, &amp;quot;error&amp;quot;: &amp;quot;&amp;quot; }</code></pre> <p><strong>返回参数result说明</strong> </p> <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;">imei</td> <td style="text-align: left;">string</td> <td>设备IMEi</td> </tr> <tr> <td style="text-align: left;">ip</td> <td style="text-align: left;">string</td> <td>设备最后在线IP</td> </tr> <tr> <td style="text-align: left;">version</td> <td style="text-align: left;">string</td> <td>设备当前固件版本</td> </tr> <tr> <td style="text-align: left;">onlinetime</td> <td style="text-align: left;">string</td> <td>设备最后在线时间</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>错误情况下,state状态为false</li> </ul>

页面列表

ITEM_HTML