From e1285100187b325105f3e2cd3632a39462398e0b Mon Sep 17 00:00:00 2001 From: suguo Date: Fri, 31 Mar 2023 09:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E8=B0=83=E7=94=A8=E9=80=9A?= =?UTF-8?q?=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo.http | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 demo.http diff --git a/demo.http b/demo.http new file mode 100644 index 0000000..9ba952c --- /dev/null +++ b/demo.http @@ -0,0 +1,13 @@ +@url=http://localhost:8090 + + +### 登录 +GET {{url}}/TotalControl/v2/login +Authorization: c2lnbWE6RjRFMEUxREQ= +IP: localhost + +### 获取当前主控设备 ID 值 +GET {{url}}/TotalControl/v2/devices/main?token=8H4t0cioFp568d90 + + +device@1482998578 \ No newline at end of file