From 79adf658d8ad7d06ff0de4c03279fd978f20fe91 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 02 七月 2021 16:53:25 +0800
Subject: [PATCH] 按设备状态筛选
---
src/api/event.ts | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/api/event.ts b/src/api/event.ts
index 48e30cf..9a45692 100644
--- a/src/api/event.ts
+++ b/src/api/event.ts
@@ -76,4 +76,22 @@
method: "get"
})
+}
+
+
+export const uploadSound = (data: any) => {
+ return request({
+ url: "/data/api-v/voice/upload",
+ method: "post",
+ data
+ })
+}
+
+
+//鑾峰彇鎵�鏈夌殑鎺ㄩ�佸瓧娈甸厤缃�
+export const getPushSet = ()=>{
+ return request({
+ url:'/data/api-v/eventPush/getPushSet',
+ method:'get'
+ })
}
\ No newline at end of file
--
Gitblit v1.8.0