04da2c8e by xiaojie

【数据资产】

数据港接口调用
1 parent 3dca656d
......@@ -315,7 +315,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
jsonObject.put("operation", "DEL");
jsonObject.put("zqData", JSON.toJSONString(guids));
jsonObject.put("isCollection", true);
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
}
}
......
......@@ -298,7 +298,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
jsonObject.put("operation", "DEL");
jsonObject.put("zqData", JSON.toJSONString(guids));
jsonObject.put("isCollection", true);
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
}
// 删除流程数据
......
......@@ -421,7 +421,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
jsonObject.put("operation", "DEL");
jsonObject.put("zqData", JSON.toJSONString(guids));
jsonObject.put("isCollection", true);
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
}
// 删除流程数据
......
......@@ -21,7 +21,7 @@ public class ZQConfig {
private String zqName = "";
private String zqDelUrl = "";
private String receiveUrl = "";
private String groundingPickUrl = "";
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!