地址问题

This commit is contained in:
daihh
2022-12-21 21:02:14 +08:00
parent d4ea715768
commit 6dbe67e8b5

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;
}