增加请求路径

master
冯凯 2023-10-29 08:59:59 +08:00
parent 8565a9ac98
commit 55d7d85910
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import com.health.system.server.config.ForestClientInterface;
import com.health.system.server.service.SysBankCardService; import com.health.system.server.service.SysBankCardService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping; 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.RequestParam;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;
@ -20,7 +21,8 @@ import java.util.Map;
* @description: * @description:
* @date 2023/10/28 15:10 * @date 2023/10/28 15:10
*/ */
@RestController("/bankCard") @RestController
@RequestMapping("/bankCard")
public class SysBankCardController { public class SysBankCardController {
/* /*