From 33357fa2c7169ae02b16daa01ad19f6e5009d0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Wed, 24 Jul 2024 11:16:58 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B9=80=ED=8F=AC=EA=B3=B5=ED=95=AD=20?= =?UTF-8?q?9.3km=20=EA=B2=80=EC=A6=9D=20=EC=A2=8C=ED=91=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/server/server.http | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/http/server/server.http b/http/server/server.http index 44e8d609..a7316485 100644 --- a/http/server/server.http +++ b/http/server/server.http @@ -7,10 +7,10 @@ // } // dev-gmp-admin - // const loginInfo = { - // userId: "gmp-admin", - // userPswd: "palnet5909!" - // } + const loginInfo = { + userId: "gmp-admin", + userPswd: "palnet5909!" + } // prod-root // const loginInfo = { @@ -37,10 +37,10 @@ // } // 김항소-관제과 - const loginInfo = { - userId: "GMPATC2", - userPswd: "GMPATC12!@" - } + // const loginInfo = { + // userId: "GMPATC2", + // userPswd: "GMPATC12!@" + // } request.variables.set("loginInfo", JSON.stringify(loginInfo)) @@ -63,21 +63,9 @@ GET {{appHost}}/api/acnt/jwt/profile/{{cstmrSno}} Authorization: {{accessToken}} ### dos(드론원스톱) 목록 조회 -GET {{appHost}}/api/bas/dos/plan?searchStDt=2024-06-14&searchEndDt=2024-06-15 +GET {{appHost}}/api/bas/dos/plan?searchStDt=2024-06-29&searchEndDt=2024-06-29 Authorization: {{accessToken}} -> {% -const respData = response.body; -console.log('plan count: ', respData.length); -let cnt = 0; -respData.forEach(plan => { - cnt += plan.areaList.length; -}) - -console.log('area count: ', cnt); - - %} - ### dos(드론원스톱) 목록 수정 PUT {{appHost}}/api/bas/dos/plan Content-Type: application/json