增加forest
parent
90c62c80ec
commit
2b6324c874
|
@ -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 {
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue