From 18a49bb53ecfbd47d9a6e33a1fd7a82fafca4ff7 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 22 十一月 2021 16:27:31 +0800 Subject: [PATCH] v0 --- src/api/helemt.ts | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/helemt.ts b/src/api/helemt.ts index edf546d..ab844df 100644 --- a/src/api/helemt.ts +++ b/src/api/helemt.ts @@ -6,4 +6,19 @@ method: "post", data }) +} + +export const sendAudio = (id,data: any) => { + return request({ + url: `/temp/iotdata/audio/?sn=${id}`, + method: "post", + data + }) +} + +export const getBanner = () => { + return request({ + url: `/temp/iotdata/banner-info`, + method: "get", + }) } \ No newline at end of file -- Gitblit v1.8.0