From 2b6324c874fce31f2a3742125893fe0feae4f471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=87=AF?= <371894675@qq.com> Date: Sat, 28 Oct 2023 20:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0forest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../health/system/server/controller/SysIdCardController.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base-system-server/src/main/java/com/health/system/server/controller/SysIdCardController.java b/base-system-server/src/main/java/com/health/system/server/controller/SysIdCardController.java index 5e5b155..9752797 100644 --- a/base-system-server/src/main/java/com/health/system/server/controller/SysIdCardController.java +++ b/base-system-server/src/main/java/com/health/system/server/controller/SysIdCardController.java @@ -8,11 +8,11 @@ import com.health.system.common.domain.util.IdCardConfigureType; import com.health.system.server.service.SysIdCardService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.multipart.MultipartFile; import com.health.system.server.config.ForestClientInterface; -import javax.annotation.Resource; import java.io.IOException; import java.rmi.ServerException; import java.util.Base64; @@ -24,7 +24,8 @@ import java.util.Map; * @description: 用户身份证控制层 * @date 2023/10/28 15:06 */ -@RestController("/idCard") +@RestController +@RequestMapping("/idCard") public class SysIdCardController { /*