From e61ed7fbbc44d1ff5b92b2e76ec168f23ffe07df Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期四, 06 二月 2020 23:44:26 +0800 Subject: [PATCH] 小程序相关bug修改 --- fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CustomerServiceController.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CustomerServiceController.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CustomerServiceController.java index 2db8b77..2d94ec2 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CustomerServiceController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CustomerServiceController.java @@ -12,9 +12,7 @@ import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; -import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.multipart.MultipartFile; -import org.springframework.web.multipart.commons.CommonsMultipartFile; import org.yeshi.utils.JsonUtil; import com.google.gson.Gson; -- Gitblit v1.8.0