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