From f3eb046b7797334e32d8d034b1d1d8246432c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Fri, 18 Apr 2025 18:53:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BA=91=E6=B5=81=E6=B0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/cool/store/service/impl/ShopAccountServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/ShopAccountServiceImpl.java b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/ShopAccountServiceImpl.java index 2e011c25e..ba627dd00 100644 --- a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/ShopAccountServiceImpl.java +++ b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/ShopAccountServiceImpl.java @@ -219,7 +219,7 @@ public class ShopAccountServiceImpl implements ShopAccountService { PostAndOrderRequest postAndOrderRequest = new PostAndOrderRequest(); postAndOrderRequest.setShopId(accountAuditDTO.getShopId()); postAndOrderRequest.setType(PosAndOrderEnum.POS.getCode()); - postAndOrderRequest.setRemark("您好,您的账号已经建立,后续由运营经理服务,请您联系您督导或者经理添加我们运营经理微信,感谢您的配合!"); + postAndOrderRequest.setRemark("已为您开通系统账号和密码,密码已加密,初始密码为身份证后6位,可通过加盟小程序修改密码!后续由运营经理服务,请您联系您督导或者经理添加我们运营经理微信,感谢您的配合!"); postAndOrderRequest.setAccount(data.getPartnerMobile()); postAndOrderRequest.setPassword(data.getDownstreamSystemPassword()); posAndOrderInfoService.submitOrUpdate(postAndOrderRequest,null);