From d295f1f7706e51b158cb7252b6ac633b1f9a1982 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 12 五月 2026 09:07:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dingyuannongji

---
 server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java b/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
index 689a720..12d2496 100644
--- a/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
+++ b/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
@@ -218,4 +218,12 @@
 
 
     void logOut(String token,Integer shopId);
+
+    /**
+     * 缁忛攢鍟嗕慨鏀瑰瘑鐮�
+     * @param shopId 鍟嗘埛ID
+     * @param oldPassword 鏃у瘑鐮�
+     * @param newPassword 鏂板瘑鐮�
+     */
+    void updatePwd(Integer shopId, String oldPassword, String newPassword);
 }

--
Gitblit v1.9.3