|
@@ -368,6 +368,8 @@ public class ResourceBusiness implements IResourceBusiness {
|
|
|
String url = resourceConfig.getResourceUrl();
|
|
|
Map<String, String> param = new HashMap<>();
|
|
|
param.put("yyxtbh", appCode);
|
|
|
+ logger.info("getAppRemoteDetailByCode url:{},busSraId:{},busServiceId:{},busServiceFunc:{},appCode:{}",
|
|
|
+ url, busSraId, busServiceId, busServiceFunc, appCode);
|
|
|
CloseableHttpResponse response = HttpUtil.get(url, param, heards);
|
|
|
return EntityUtils.toString(response.getEntity());
|
|
|
}
|