增加forest

master
冯凯 2023-10-28 20:40:41 +08:00
parent 90c62c80ec
commit 2b6324c874
1 changed files with 3 additions and 2 deletions

View File

@ -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 {
/*