From edeeafd87e7573b8722f72983a412eba17fa6687 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 11 二月 2026 09:11:48 +0800
Subject: [PATCH] 合并
---
admin/src/api/business/member.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/admin/src/api/business/member.js b/admin/src/api/business/member.js
index a47c83e..fed275e 100644
--- a/admin/src/api/business/member.js
+++ b/admin/src/api/business/member.js
@@ -17,10 +17,6 @@
export function updateShop (data) {
return request.post('/business/member/updateShop', data)
}
-export function updateIntegral (data) {
- return request.post('/business/member/updateIntegral', data)
-}
-
export function updateById (data) {
return request.post('/business/member/updateById', data)
}
--
Gitblit v1.9.3