diff --git a/README.md b/README.md
index 02c67ae5..6e5ea9db 100644
--- a/README.md
+++ b/README.md
@@ -43,21 +43,21 @@ https://docs.pickmall.cn
### 💧 开源商城项目地址(gitee)
-**Java后台(商城所有API)**:https://gitee.com/beijing_hongye_huicheng/lilishop.git
+**API(商城所有API)**:https://gitee.com/beijing_hongye_huicheng/lilishop.git
**UI(商城管理端/商家端/买家PC端)**: https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
-**Uni-app(商城移动端,支持小程序/APP/H5)**:https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
+**uniapp(商城移动端,支持小程序/APP/H5)**:https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
**docker一键部署(商城部署脚本)**:https://gitee.com/beijing_hongye_huicheng/docker.git
### 💧 开源商城项目地址(github)
-**Java后台(商城所有API)**:https://github.com/hongyehuicheng/lilishop.git
+**API(商城所有API)**:https://github.com/hongyehuicheng/lilishop.git
**UI(商城管理端/商家端/买家PC端)**: https://github.com/hongyehuicheng/lilishop-ui.git
-**Uni-app(商城移动端,支持小程序/APP/H5)**:https://github.com/hongyehuicheng/lilishop-uniapp.git
+**uniapp(商城移动端,支持小程序/APP/H5)**:https://github.com/hongyehuicheng/lilishop-uniapp.git
**docker一键部署(商城部署脚本)**:https://github.com/hongyehuicheng/docker.git
diff --git a/admin/src/main/resources/logback-spring.xml b/admin/src/main/resources/logback-spring.xml
new file mode 100644
index 00000000..8e2f8cac
--- /dev/null
+++ b/admin/src/main/resources/logback-spring.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+ ${APP_NAME}
+
+
+
+ ${LOG_FILE_PATH}/${APP_NAME}-%d{yyyy-MM-dd}.log
+ 30
+
+
+ ${FILE_LOG_PATTERN}
+
+
+
+
+
+
+ 127.0.0.1:4560
+
+
+
+ UTC
+
+
+
+ {"appName":"${APP_NAME}"}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/buyer-api/src/main/java/cn/lili/controller/passport/MemberBuyerController.java b/buyer-api/src/main/java/cn/lili/controller/passport/MemberBuyerController.java
index d81bc53e..e49bf29c 100644
--- a/buyer-api/src/main/java/cn/lili/controller/passport/MemberBuyerController.java
+++ b/buyer-api/src/main/java/cn/lili/controller/passport/MemberBuyerController.java
@@ -1,8 +1,6 @@
package cn.lili.controller.passport;
-import cn.lili.common.enums.ResultCode;
import cn.lili.common.enums.ResultUtil;
-import cn.lili.common.exception.ServiceException;
import cn.lili.common.vo.ResultMessage;
import cn.lili.modules.member.entity.dos.Member;
import cn.lili.modules.member.entity.dto.MemberEditDTO;
@@ -47,11 +45,8 @@ public class MemberBuyerController {
public ResultMessage