mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
地址问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user