提交查詢
https://api.ihuyi.com/veh/vehmod/Submit.json
| 參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必填 |
| Content-Type | 內(nèi)容類型,固定值 | application/x-www-form-urlencoded | string | 是 |
| 參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必填 |
| account | APIID(用戶中心【認(rèn)證核驗(yàn)】-【車輛與道路運(yùn)輸信息驗(yàn)證】-【產(chǎn)品總覽】查看) | xxxxxxxx | string | 是 |
| password | 1、APIKEY(用戶中心【認(rèn)證核驗(yàn)】-【車輛與道路運(yùn)輸信息驗(yàn)證】-【產(chǎn)品總覽】查看) 2、動(dòng)態(tài)密碼(生成動(dòng)態(tài)密碼方式請(qǐng)看該文檔末尾的說明) |
xxxxxxxxx | string | 是 |
| car_no | 車牌號(hào)或車架號(hào) | 滬***** | string | 是 |
| car_type | 車輛類型-car_no為車牌號(hào)時(shí)傳入(01:大型汽車;02:小型汽車;51:新能源大型車;52:新能源小型車;03:使館汽車;04:領(lǐng)館汽車;05:境外汽車;06:外籍汽車;07:普通摩托車;08:輕便摩托車;09:使館摩托車;10:領(lǐng)館摩托車;11:境外摩托車;12:外籍摩托車;13:低速車;14:拖拉機(jī);15:掛車;16:教練汽車;17:教練摩托車;20:臨時(shí)入境汽車;21:臨時(shí)入境摩托車;22:臨時(shí)行駛車;23:警用汽車;24:警用摩托車;25:原農(nóng)機(jī)號(hào)牌;26:香港入出境車;27:澳門入出境車;99:其他)不填默認(rèn)為普通乘用車 02 | 02 | string | 否 |
| time | Unix時(shí)間戳(10位整型數(shù)字,當(dāng)使用動(dòng)態(tài)密碼方式時(shí)為必填) | 1623643787 | string | 否 |
| 參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必返 |
| code | 返回值為2時(shí),表示提交成功 | 2|1 | int | 是 |
| msg | 提交結(jié)果描述 | 提交成功|提交失敗 | string | 是 |
| idcardid | 當(dāng)提交成功后,此字段為流水號(hào),否則為0或空 | 16236437872836|0 | string | |
| result | 認(rèn)證結(jié)果 | object | ||
| lists[] | 數(shù)據(jù)列表 | array | ||
| styleName | 款型名稱 | 2017款 1.6L MT 豪華型 | string | |
| vehiclemodel | 車輛型號(hào) | SX4250XC3 | int | |
| band | 品牌 | 陜汽 | int |
| code | msg |
| 0 | 未知錯(cuò)誤 |
| 1 | 提交失敗 |
| 2 | 提交成功 |
| 400 | 非法ip訪問 |
| 401 | 帳號(hào)不能為空 |
| 402 | 密碼不能為空 |
| 403 | 應(yīng)用不存在 |
| 405 | API ID 或 API KEY 不正確 |
| 406 | 車牌號(hào)碼不能為空 |
| 4050 | 賬號(hào)被凍結(jié) |
| 40501 | 動(dòng)態(tài)密碼已過期 |
| 40502 | 動(dòng)態(tài)密碼校驗(yàn)失敗 |
| 40505 | 沒有簽定合同 |
| 4051 | 剩余條數(shù)不足 |
| 4052 | 訪問 ip 與備案 ip 不符 |
| 406 | vin車架號(hào)不能為空 |
| 4086 | 通道無效 |
| 4010 | 通道錯(cuò)誤 |
| 4201 | 查詢無結(jié)果 |
| 4202 | 參數(shù)錯(cuò)誤 |
| 4203 | 系統(tǒng)異常 |
https://api.ihuyi.com/veh/vehmod/Submit.json?account=xxxxxxxx&password=xxxxxxxxx&car_no=滬*****&car_type=02&time=1623643787
示例(成功)
<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>2</code><msg>提交成功</msg><idcardid>16236437872836</idcardid><result><lists><list><styleName>2017款 1.6L MT 豪華型</styleName><vehiclemodel>SX4250XC3</vehiclemodel><band>陜汽</band></list><list><styleName>2017款 1.6L MT 豪華型</styleName><vehiclemodel>SX4250XC3</vehiclemodel><band>陜汽</band></list><list><styleName>2017款 1.6L MT 豪華型</styleName><vehiclemodel>SX4250XC3</vehiclemodel><band>陜汽</band></list></lists></result></SubmitResult> {"code":2,"msg":"提交成功","idcardid":"16236437872836","result":{"lists":[{"styleName":"2017款 1.6L MT 豪華型","vehiclemodel":"SX4250XC3","band":"陜汽"},{"styleName":"2017款 1.6L MT 豪華型","vehiclemodel":"SX4250XC3","band":"陜汽"},{"styleName":"2017款 1.6L MT 豪華型","vehiclemodel":"SX4250XC3","band":"陜汽"}]}}
示例(失?。?/p>
<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>1</code><msg>提交失敗</msg></SubmitResult> {"code":1,"msg":"提交失敗"}
$account = 'xxxxxxxx';
$password = 'xxxxxxxxx';
$app = 'vehmod'; //固定值
$time = '1623643787';
$password=md5($account.$password.$app.$time);
$password=md5('xxxxxxxxxxxxxxxxxvehmod1623643787');
//注意:所有字符編碼統(tǒng)一為UTF-8
國內(nèi)專業(yè)互聯(lián)網(wǎng)團(tuán)隊(duì)
21年行業(yè)經(jīng)驗(yàn)
7x24小時(shí)售后支持
豐富的行業(yè)經(jīng)驗(yàn)
互 億 無 線 官 方 微 信 號(hào)
Copyright ? 2004-2025 上海思銳信息技術(shù)有限公司 All rights reserved. 滬ICP備07035915號(hào)-15 電信增值業(yè)務(wù)許可證:B2-20160082
服務(wù)熱線:
4008 808 898
服務(wù)熱線(工作時(shí)間):
4008 808 898
業(yè)務(wù)咨詢(非工作時(shí)間):
售后咨詢(非工作時(shí)間):