From 0611cb8ea1fe07bfb3312aeebad54a95bf425f8f Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 22 十一月 2021 15:44:24 +0800 Subject: [PATCH] 网关接口 --- src/api/helemt.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/helemt.ts b/src/api/helemt.ts index edf546d..5a2d325 100644 --- a/src/api/helemt.ts +++ b/src/api/helemt.ts @@ -6,4 +6,12 @@ method: "post", data }) +} + +export const sendAudio = (id,data: any) => { + return request({ + url: `/temp/iotdata/audio/?sn=${id}`, + method: "post", + data + }) } \ No newline at end of file -- Gitblit v1.8.0