Pārlūkot izejas kodu

Merge branch 'bug_20230223'

liujunchi 2 gadi atpakaļ
vecāks
revīzija
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")
     Object halfHourTask();
 
-    @GetMapping("/studentFirstBuy")
+    @GetMapping("/task/studentFirstBuy")
     HttpResponseResult<Boolean> studentFirstBuy();
 
     /**