Browse Source

Merge branch 'bug_20230223'

liujunchi 2 years ago
parent
commit
f250fabd57

+ 1 - 1
cooleshow-api/src/main/java/com/yonge/cooleshow/api/feign/StudentFeignService.java

@@ -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();
 
 
     /**
     /**