From 397d00d95a766ab838986edf6df4ea754474f0be Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 11 七月 2025 15:49:16 +0800
Subject: [PATCH] fix:修改设备取水状态

---
 api/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/api/index.js b/api/index.js
index 88c26e2..846220c 100644
--- a/api/index.js
+++ b/api/index.js
@@ -38,4 +38,9 @@
 // 充值记录
 export function getrechargeRecord(data) {
 	return request('/api/user/searchRechargeRecords', data, 'POST')
+}
+
+// 取水
+export function getWater(data) {
+	return request('/api/user/userWaterInTaking', data, 'POST')
 }
\ No newline at end of file

--
Gitblit v1.9.3