浏览代码

Merge branch 'bug_20230223'

liujunchi 2 年之前
父节点
当前提交
f250fabd57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-api/src/main/java/com/yonge/cooleshow/api/feign/StudentFeignService.java

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