<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                ## 全國車輛違章查詢V2(停售) ![](https://img.kancloud.cn/7b/80/7b808a9a81e805a37bda55304c7c2f83_714x350.png =x120) > 覆蓋300多個城市,支持小型車、大型車等多車型的違章數據查詢。和[車輛違章查詢](%E8%BD%A6%E8%BE%86%E8%BF%9D%E7%AB%A0%E6%9F%A5%E8%AF%A2.md)接口的區別主要是支持的城市更多,返回的數據也更多。 ## 接口費用( [點擊購買](https://market.topthink.com/product/374)) > 最低 0.10元/次 ## 接口調用([調用須知](https://docs.topthink.com/think-api/1835086)) ## 接口1:獲取支持城市查詢 獲取支持城市查詢需要的參數詳情 ### 請求地址 ``` GET https://api.topthink.com/luoz/citylist ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | abbr | 否 | string | 車牌前綴 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | --- | | status | int | 是否支持 | | city\_name | string | 城市名稱 | | abbr | string | 車牌前綴 | | engine | int | 是否需要發動機號,1需要,0不需要 | | engineno | int | 需要幾位發動機號0:全部 1-9 :需要發動機號后N位 | | classa | int | 是否需要車架號,1需要,0不需要 | | classno | int | 需要幾位車架號0:全部 1-9: 需要車架號后N位 | | province | string | 省份 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->luozCitylist() ->withAbbr('浙A') ->request(); dump($result); ``` 返回結果示例 ``` { "code": 0, "message": "成功", "data":{ "status": 1, "city_name": "杭州", "abbr": "浙A", "engine": 1, "engineno": 0, "classa": 1, "classno": 0, "province": "浙江省" } } ``` ## 接口2:查詢車輛違章信息 >[danger] 注意:只能查詢未處理的違章記錄,如果需要查歷史違章記錄 請使用[車輛歷史違章查詢](%E8%BD%A6%E8%BE%86%E5%8E%86%E5%8F%B2%E8%BF%9D%E7%AB%A0%E6%9F%A5%E8%AF%A2.md)接口 ### 請求地址 ``` GET https://api.topthink.com/luoz/query2 ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | hphm | 是 | string | 車牌號碼 | | engineno | 是 | string | 發動機號 | | classno | 是 | string | 車架號 | | hpzl | 否 | string | 號牌類型,默認02:小型車,01:大型車 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | province | string | 省份 | | city | string | 城市 | | hphm | string | 車牌號 | | hpzl | string | 車輛類型 | | resultcode | int | 違章詳情查詢情況1:成功2:失敗 | | wzts | int | 違章條數 | | wzfkhj | int | 違章罰款合計 | | wzjfhj | int | 違章積分合計 | | lists| array | 違章記錄 | | date | string | 違章日期 | | area | string | 違章地點 | | act | string | 違章行為 | | code | string | 違章代碼(僅供參考,不一定有值) | | fen | string | 扣分 | | wzcity | string | 違章城市 | | money | string | 罰款 | | handled | string | 處理情況0:未處理未繳費,1:已處理未繳費,2:已處理已繳費 | | archiveno | string | 文書編號(不一定會獲取到) | | cjjg | string | 采集機關(不一定會獲取到) | > 對于不支持的城市(或者在維護中的城市)只會返回違章條數 而沒有違章記錄。 ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->luozQuery2() ->withHphm('車牌號') ->withEngineno('發動機號') ->withClassno('車架號') ->request(); dump($result); ``` 返回結果示例: ``` { "code": 0, "message": "成功", "data":{ "province": "GD", "city": "GD_JM", "hphm": "贛DP2327", "hpzl": "02", "resultcode ": 1, "wzts ": 2, "wzfkhj": 400, "wzjfhj": 0, "lists": [{ "date": "2017-07-11 11:45:00", "area": "港灣大道銀坑村路口", "act": "駕駛機動車在劃有導向車道的路口,不按所需行進方向駛入導向車道,不按規定方向行駛的", "code": "1344", "fen": "2", "wzcity": "廣東珠海", "money": "300", "handled": "0", "cjjg":"廣東公安局交通警察支隊", "archiveno": "4404067900172059" }, { "date": "2017-10-03 22:03:00", "area": "螺山路環村路路口", "act": "通過路口遇停止信號時,停在停止線以內或路口內的", "code": "1362", "fen": "2", "wzcity": "廣東廣州", "money": "100", "handled": "0", "cjjg":"廣東公安局交通警察支隊", "archiveno": "4401267902027680" } ] } } ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看