ZZJ
2021-11-22 ff58b3c203ab46d41e447ea428138ba31e3362df
src/api/helemt.ts
@@ -14,4 +14,11 @@
        method: "post",
        data
    })
}
export const getBanner = () => {
    return request({
        url: `/temp/iotdata/banner-info`,
        method: "get",
    })
}