From 9a139cc25da8396c1b257ccf99eb8d2fedfbc94d Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 23 十月 2024 17:24:35 +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