From 3c3576d5792bfabcef84979757ee344712e71cd3 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期六, 21 六月 2025 09:19:29 +0800 Subject: [PATCH] UA 整理提交 --- src/api/statistic.js | 80 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) diff --git a/src/api/statistic.js b/src/api/statistic.js index 24698d4..3ffbb18 100644 --- a/src/api/statistic.js +++ b/src/api/statistic.js @@ -100,6 +100,17 @@ } /** + * 钃勭數姹犵粍瀵规瘮鍒嗘瀽鐣岄潰锛堜笉鍚屽搧鐗屽悓涓�鏃堕棿锛�(1.2.17) + */ +export function getBattCompare17(data) { + return request({ + url: "statistic/getBattCompare17Statistic", + method: "POST", + data + }); +} + +/** * 鍗曡妭鏁版渶缁熻瀵煎嚭 */ export function battMonExport(data) { @@ -110,4 +121,73 @@ responseType: "blob", data }); +} + + +// ===================2025-06-12===================== + +/** + * 鏈勾搴﹀凡鏀剧數鏁伴噺缁熻 + */ +export function getDischr5Statistic(data) { + return request({ + url: 'statistic/getDischr5Statistic', + method: 'POST', + data + }); +} + +/** + * 鏈勾搴︽湭鏀剧數鏁伴噺缁熻 + */ +export function getDischr6Statistic(data) { + return request({ + url: 'statistic/getDischr6Statistic', + method: 'POST', + data + }); +} + + +/** + * 鏈勾搴︽斁鐢垫暟閲� 鎬ц兘 鍥捐〃鏁版嵁 + */ +export function getDischr5Chart() { + return request({ + url: 'statistic/getDischr5Chart', + method: 'POST', + }); +} + +/** + * 鐢垫睜缁勬�ц兘缁熻 1.2.8/ 1.2.9/ 1.2.10 + */ +export function getPerformanceStatistic(data) { + return request({ + url: 'statistic/getPerformanceStatistic', + method: 'POST', + data + }); +} + +/** + * 鐢垫睜缁勭數姹犳�ц兘缁熻 鍔e寲 鎸夌収鍗曚綋鐢靛帇 鍐呴樆缁熻 + */ +export function getPerVolAndRes9Statistic(data) { + return request({ + url: 'statistic/getPerVolAndRes9Statistic', + method: 'POST', + data + }); +} + +/** + * 浼樿壇鐢垫簮鏁伴噺缁熻(1.2.7) + */ +export function getPwr7Statistic(data) { + return request({ + url: 'statistic/getPwr7Statistic', + method: 'POST', + data + }); } \ No newline at end of file -- Gitblit v1.9.1