From 744f3b89a2ed8832f669f322ace820d65cba33fc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 13 Oct 2023 10:25:40 +0800
Subject: [PATCH] 调整表格宽度
---
src/api/manage.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/manage.ts b/src/api/manage.ts
index ec8aa24..a22e272 100644
--- a/src/api/manage.ts
+++ b/src/api/manage.ts
@@ -153,7 +153,7 @@
const result = await request.delete(url)
return result.data
}
-export const testUnBind = async function (device_sn: string): Promise<IWorkspaceResponse<any>> {
+export const UnBind = async function (device_sn: string): Promise<IWorkspaceResponse<any>> {
const url = `${HTTP_PREFIX}/devices/${device_sn}/unsubscribeTopic`
const result = await request.get(url)
return result.data
--
Gitblit v1.9.3