v0
ZZJ
2021-11-22 18a49bb53ecfbd47d9a6e33a1fd7a82fafca4ff7
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",
    })
}