##識別機掃描車牌保存數據-V2
+++
post:/index.php/api/Hardware/add_new
*int:machine_id=1#設備賬號主鍵id
*string:card=京A10003#車牌號碼
*string:location='山東省日照市萬達廣場A座101#位置
*string:photo='/public/uplaod/2ad47494fc02c388e12c00eac.png'#識別的車牌照
*string:province='山東省'#省級
*string:city='日照市'#市級
*string:longitude='312321321'#經度
*string:latitude='3453434'#緯度
<<<
success
{
"info": "添加成功",
"msg": "",
"code": "1232" //當前識別車牌的主鍵id
}
<<<
error
{
"info": "請求失敗",
"msg": "",
"code": 0
}