From ecca3aa7b0801be07a1ea23f867098929ea293ea Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 26 Jun 2024 16:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20City=5FAPI=5FV2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- City_API_V2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/City_API_V2.md b/City_API_V2.md index a8006c7..bd89971 100644 --- a/City_API_V2.md +++ b/City_API_V2.md @@ -21,7 +21,7 @@ data:{ "username": "yuntech", 將獲得的token存放,之後呼叫API都需要攜帶, 每7天過期一次,記得重新獲取token ### 新增進入大門口的車輛資料 -``` +```javascript URL : http://140.125.20.183:7700/api/Yuntech_in_car_table/city_parking_in_car_data Method : POST Content-Type: application/json @@ -47,7 +47,7 @@ data:{ "license_plate_number": "string", ### 新增出去大門口的車輛資料 出去車輛會根據資料庫內部比對車牌的進入名單的最新一筆進行匹配,上傳即可直接找到相關資料,並將時間一併帶入 -``` +```javascript URL : http://140.125.20.183:7700/api/Yuntech_in_car_table/city_parking_out_car_data Method : POST Content-Type: application/json