From d23e30d1b88f1c816b3cbf70f8f51ffe10327149 Mon Sep 17 00:00:00 2001 From: MeSHard <5373476+meshard@user.noreply.gitee.com> Date: Mon, 24 Nov 2025 15:58:23 +0800 Subject: [PATCH] 1 --- src/api/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/index.js b/src/api/index.js index a18e385..67e9d9a 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -449,6 +449,9 @@ export function getYunYingData(params) { export function getCaiWuData(params) { return request.get('/getCaiWuData', { params }) } +export function getYunWeiData(params) { + return request.get('/yunwei', { params }) +} // 充电站列表 export function getStationList(params) { return request.get('/getStationList', { params })