更新 1018_體態API_測試
parent
f783efda50
commit
8fb0fba765
@ -1,19 +1,18 @@
|
|||||||
# API相關
|
# API相關
|
||||||
## 上傳資料
|
## 上傳資料
|
||||||
```
|
```
|
||||||
URL : http://140.125.20.183:7700/api/Yuntech_in_car_table/city_parking_in_car_data
|
URL : http://140.125.20.183:7700//api/Postural_Analysis_1
|
||||||
Method : POST
|
Method : POST
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
data:{ "license_plate_number": "string",
|
data:{
|
||||||
"car_img": "string",
|
"img_name": img_name,
|
||||||
"location": "string"}
|
"test_id": user_id,
|
||||||
{
|
"test_analyst": " ",
|
||||||
"img_name": "111120221221172038.jpg",
|
"test_time": " ",
|
||||||
"test_id": "1111",
|
"test_date": " ",
|
||||||
"test_analyst": " ",
|
"img": img_base64,
|
||||||
"test_time": " ",
|
"data_creat_time": "2023-01-11T12:53:25.381Z"
|
||||||
"test_date": " ",
|
}
|
||||||
"img": "base64格式",
|
|
||||||
"data_creat_time": "2023-01-11T12:53:25.381Z",
|
```
|
||||||
}
|
img需要轉base64的格式
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user