web
4 天以前 8f36a203bbee6c74c6531331a7cf00572120bfab
src/api/screen/graphic/index.js
@@ -10,4 +10,15 @@
        method: 'post',
        data
    })
}
/**
 * 获取流量监测数据
 */
export const getFlowVideoData = (params) => {
    return  publicRequest({
        url: '/waterFlow/getVideo',
        method: 'get',
        params
    })
}