突突运营接口

突突运营接口


搜索车辆

<h5>简要描述</h5> <ul> <li>搜索车辆接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>接口地址:operator/getMonitorBicycleInfo</code></li> <li><code>拼接后的接口地址为: index.php?route=yunwei_new/operator/getMonitorBicycleInfo&amp;fromApi=android&amp;version=5</code></li> <li><code>最终请求接口:https://yunwei.tutusmart.gapsong.cn/index.php?route=yunwei_new/operator/getMonitorBicycleInfo&amp;fromApi=android&amp;version=5</code></li> </ul> <h5>请求方式</h5> <ul> <li>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;">sign</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>登录接口返回</td> </tr> <tr> <td style="text-align: left;">admin_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>登录接口返回</td> </tr> <tr> <td style="text-align: left;">bicycle_sn</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>车辆的bicycle_sn</td> </tr> <tr> <td style="text-align: left;">flag</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>异常:1,沉淀:2, 故障:3</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>异常:1,沉淀:&quot;&quot;, 故障:&quot;&quot;</td> </tr> </tbody> </table> <ul> <li>备注:flag和type是根据反编译猜测的值。当运维界面上面的tab选中 异常时:typ=&quot;1&quot;,flag=&quot;1&quot; 沉淀时:typ=&quot;&quot;,flag=&quot;2&quot; //type 传空字符串 故障时:typ=&quot;&quot;,flag=&quot;3&quot; //type 传空字符串</li> </ul> <h4>返回示例</h4> <pre><code class="language-java">{ "errorCode": 0, "msg": "查找成功", "data": { "bicycle_id": "4", "bicycle_sn": "80080002", "lock_sn": "2112564892", "is_using": "0", "battery": "84", "flag": 2, "lat": "31.955198332334", "lng": "120.94082306862", "status": 2, "isInArea": 1, "show": "执意还车", "type": 5, "last_location_time": "2022-01-12 09:26:24", "pre_user_info": { "user_name": "薛忠", "lng": "120.94119172953", "lat": "31.954537053533", "mobile": "13962907700", "user_id": "51", "end_time": "2022-01-08 13:21:23", "duration": "32分钟" }, "scan_user_info": { "user_name": "李光进", "mobile": "13706291253", "user_id": "54", "lng": "120.94084418402778", "lat": "31.95519558376736", "add_time": "2022-01-11 15:26:27" } } }</code></pre>

页面列表

ITEM_HTML