feign服务封装

This commit is contained in:
hui
2024-12-06 14:53:52 +08:00
parent d89de548d2
commit b1ed4421d4

View File

@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
@Slf4j @Slf4j
@RestController @RestController
@RequestMapping(value = "/remote/xboe/school/study/signup") @RequestMapping(value = "/remote/xboe/school/study/signup")
public class StudySignupRPCController extends ApiBaseController { public class StudySignupRpcController extends ApiBaseController {
@Resource @Resource
IStudySignupService signupService; IStudySignupService signupService;