增加请求路径
parent
8565a9ac98
commit
55d7d85910
|
@ -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 {
|
||||||
/*
|
/*
|
||||||
注入远程调用第三方接口
|
注入远程调用第三方接口
|
||||||
|
|
Loading…
Reference in New Issue