#45 1

Gabung
LiZhi menggabungkan 1 komit dari FanYanPeng/feat/bugg menjadi FanYanPeng/refactor%! (template.HTML=4 bulan lalu)s

+ 1 - 1
src/main/java/com/njuzr/eaibackend/service/impl/ClassServiceImpl.java

@@ -54,7 +54,7 @@ public class ClassServiceImpl implements ClassService {
     private final CourseStudentMapper courseStudentMapper;
     private final CourseStudentMapper courseStudentMapper;
     private final WebClientUtil webClientUtil;
     private final WebClientUtil webClientUtil;
 
 
-    @Value("${portal.base-url:http://localhost:8080}")
+    @Value("${portal.base-url:https://p-nju.seec.seecoder.cn}")
     private String portalBaseUrl;
     private String portalBaseUrl;
 
 
     @Value("${portal.batch-register-path:/api/user/register/batch/internal}")
     @Value("${portal.batch-register-path:/api/user/register/batch/internal}")