在HomepageUserController中自己加了一个接口,用于添加用户课程信息,这个接口使用PostMapping,在方法中应该校验课程id是否能够查到相应的课程。通过访问CourseClient中的getCourseInfo()方法获取courseInfo,会报.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]的错误,该如何解决
把 get 请求方式 更换 为 post请求 即可