|
@@ -74,6 +74,6 @@ public interface TeacherFeignService {
|
|
HttpResponseResult<Boolean> userTeacherIdentityInfo(@PathVariable("ID") Long userId);
|
|
HttpResponseResult<Boolean> userTeacherIdentityInfo(@PathVariable("ID") Long userId);
|
|
|
|
|
|
|
|
|
|
- @GetMapping("/divBack")
|
|
|
|
|
|
+ @GetMapping("/task/divBack")
|
|
public HttpResponseResult<Object> divBack();
|
|
public HttpResponseResult<Object> divBack();
|
|
}
|
|
}
|