From 15a55f79a84e5dab670d54a9dc0c6b9133a18441 Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期一, 21 十月 2024 17:29:37 +0800
Subject: [PATCH] 添加更改用户头像,添加故障上报校验

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

diff --git a/api/index.js b/api/index.js
index 9f1f556..d87210d 100644
--- a/api/index.js
+++ b/api/index.js
@@ -98,4 +98,8 @@
 export function editShareTypeApi(data){
 	return request('/waterCardShare/editShareType',data,'POST')
 }
+//扫码购水消费
+export function buyWaterApi(data){
+	return request('/api/facility/buyWater',data,'POST')
+}
 

--
Gitblit v1.9.3