commit f783efda50170625dbab78f3722ebc2726fe3d27 Author: leo Date: Fri Oct 18 22:18:32 2024 +0800 新增 1018_體態API_測試 diff --git a/1018_%E9%AB%94%E6%85%8BAPI_%E6%B8%AC%E8%A9%A6.md b/1018_%E9%AB%94%E6%85%8BAPI_%E6%B8%AC%E8%A9%A6.md new file mode 100644 index 0000000..2e42091 --- /dev/null +++ b/1018_%E9%AB%94%E6%85%8BAPI_%E6%B8%AC%E8%A9%A6.md @@ -0,0 +1,19 @@ +# API相關 +## 上傳資料 +``` +URL : http://140.125.20.183:7700/api/Yuntech_in_car_table/city_parking_in_car_data +Method : POST +Content-Type: application/json +data:{ "license_plate_number": "string", + "car_img": "string", + "location": "string"} +{ + "img_name": "111120221221172038.jpg", + "test_id": "1111", + "test_analyst": " ", + "test_time": " ", + "test_date": " ", + "img": "base64格式", + "data_creat_time": "2023-01-11T12:53:25.381Z", +} +``` \ No newline at end of file