|
@@ -230,6 +230,8 @@ public class ResourceBusiness implements IResourceBusiness {
|
|
|
String url = resourceConfig.getResourceUrl();
|
|
|
Map<String, String> param = new HashMap<>();
|
|
|
param.put("Condition", "FWZYBSF = '" + serviceCode + "'");
|
|
|
+ param.put("page", "1");
|
|
|
+ param.put("pageSize", "1");
|
|
|
logger.info("getServiceRemoteDetailByCode >> url:{}, busSraId:{}, busServiceId:{}, busServiceFunc:{}, busSreIdcard:{}, serviceCode:{}",
|
|
|
url, busSraId, busServiceId, busServiceFunc, busSreIdcard, serviceCode);
|
|
|
String response = HttpUtil.postJSON(url, JSON.toJSONString(param), heards, null);
|