Commit 1e8daa96 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 95888fe3
...@@ -363,7 +363,7 @@ public class SocialDaprUtils { ...@@ -363,7 +363,7 @@ public class SocialDaprUtils {
**/ **/
public R<Boolean> deleteUnProcessFundPreInfo(String id) { public R<Boolean> deleteUnProcessFundPreInfo(String id) {
return HttpDaprUtil.invokeMethodPost(daprProperties.getAppUrl(),daprProperties.getAppId(), return HttpDaprUtil.invokeMethodPost(daprProperties.getAppUrl(),daprProperties.getAppId(),
"/tdispatchinfopre/inner/deleteUnProcessFundPreInfo", id, Boolean.class, SecurityConstants.FROM_IN); "/tdispatchinfopre/deleteUnProcessFundPreInfo", id, Boolean.class, SecurityConstants.FROM_IN);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment