mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
Merge branch 'third' into scorm
This commit is contained in:
@@ -164,7 +164,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
|||||||
log.error("调用用户接口错误,未配置用户服务的地址【xboe.server.userbasic.url】");
|
log.error("调用用户接口错误,未配置用户服务的地址【xboe.server.userbasic.url】");
|
||||||
throw new RuntimeException("获取用户信息错误,未配置用户服务的地址");
|
throw new RuntimeException("获取用户信息错误,未配置用户服务的地址");
|
||||||
}
|
}
|
||||||
String reqUrl= baseUrl+"/user/info";
|
String reqUrl= baseUrl+url;
|
||||||
return reqUrl;
|
return reqUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user