更新 雲科大大門口進出車輛

B10912128 2024-05-20 20:58:41 +08:00
parent 166c209e0d
commit b65db960d3

@ -31,3 +31,15 @@ data:{ "license_plate_number": "string",
"in_time": "2024-05-20T12:44:31.281Z",
"out_time": "2024-05-20T12:44:31.281Z"}
```
### 新增出去大門口的車輛資料
```
URL : http://140.125.20.183:7700/api/Yuntech_in_car_table
Method : POST
Content-Type: application/json
data:{ "license_plate_number": "string",
"car_img": "",
"out_car_img": "",
"location": "string",
"in_time": "2024-05-20T12:51:44.129Z",
"out_time": "2024-05-20T12:51:44.129Z"}
```