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