【数据资产】
数据港接口调用
Showing
4 changed files
with
4 additions
and
4 deletions
| ... | @@ -315,7 +315,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -315,7 +315,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
| 315 | jsonObject.put("operation", "DEL"); | 315 | jsonObject.put("operation", "DEL"); |
| 316 | jsonObject.put("zqData", JSON.toJSONString(guids)); | 316 | jsonObject.put("zqData", JSON.toJSONString(guids)); |
| 317 | jsonObject.put("isCollection", true); | 317 | jsonObject.put("isCollection", true); |
| 318 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); | 318 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl()); |
| 319 | } | 319 | } |
| 320 | } | 320 | } |
| 321 | 321 | ... | ... |
| ... | @@ -298,7 +298,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro | ... | @@ -298,7 +298,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro |
| 298 | jsonObject.put("operation", "DEL"); | 298 | jsonObject.put("operation", "DEL"); |
| 299 | jsonObject.put("zqData", JSON.toJSONString(guids)); | 299 | jsonObject.put("zqData", JSON.toJSONString(guids)); |
| 300 | jsonObject.put("isCollection", true); | 300 | jsonObject.put("isCollection", true); |
| 301 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); | 301 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl()); |
| 302 | } | 302 | } |
| 303 | 303 | ||
| 304 | // 删除流程数据 | 304 | // 删除流程数据 | ... | ... |
| ... | @@ -421,7 +421,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -421,7 +421,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 421 | jsonObject.put("operation", "DEL"); | 421 | jsonObject.put("operation", "DEL"); |
| 422 | jsonObject.put("zqData", JSON.toJSONString(guids)); | 422 | jsonObject.put("zqData", JSON.toJSONString(guids)); |
| 423 | jsonObject.put("isCollection", true); | 423 | jsonObject.put("isCollection", true); |
| 424 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); | 424 | invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl()); |
| 425 | } | 425 | } |
| 426 | 426 | ||
| 427 | // 删除流程数据 | 427 | // 删除流程数据 | ... | ... |
| ... | @@ -21,7 +21,7 @@ public class ZQConfig { | ... | @@ -21,7 +21,7 @@ public class ZQConfig { |
| 21 | 21 | ||
| 22 | private String zqName = ""; | 22 | private String zqName = ""; |
| 23 | 23 | ||
| 24 | private String zqDelUrl = ""; | 24 | private String receiveUrl = ""; |
| 25 | 25 | ||
| 26 | private String groundingPickUrl = ""; | 26 | private String groundingPickUrl = ""; |
| 27 | 27 | ... | ... |
-
Please register or sign in to post a comment