Merge branch 'third' into scorm

This commit is contained in:
daihh
2022-12-21 21:02:43 +08:00

View File

@@ -164,7 +164,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
log.error("调用用户接口错误未配置用户服务的地址【xboe.server.userbasic.url】");
throw new RuntimeException("获取用户信息错误,未配置用户服务的地址");
}
String reqUrl= baseUrl+"/user/info";
String reqUrl= baseUrl+url;
return reqUrl;
}