@@ -31,7 +31,7 @@ public interface StudentFeignService {
@GetMapping(value = "/task/halfHourTask")
Object halfHourTask();
- @GetMapping("/studentFirstBuy")
+ @GetMapping("/task/studentFirstBuy")
HttpResponseResult<Boolean> studentFirstBuy();
/**