提交 c4d35c24 authored 作者: aiqingguo's avatar aiqingguo

查询货主账户信息

上级 d1b66a5e
......@@ -34,7 +34,4 @@ public interface PerformanceSDKFeign {
@PostMapping("clx-performance/feign/sdk/getOwnerRuleFile")
Result<BreakContractOwnerRuleFileVO> getOwnerRuleFile(@RequestBody GetOrderBreakContractOwnerRuleFileAction action);
@PostMapping(value = {"clx-performance/feign/sdk/getOwnerAccountInfo"})
Result<OwnerAccountAllVO> getOwnerAccountInfo(@RequestBody GetOwnerAccountInfoAction action);
}
......@@ -68,10 +68,4 @@ public class PerformanceSdkFeignController {
return Result.ok(breakContractOwnerRuleService.getRuleFile(action.getId()));
}
@ApiOperation(value = "查询用户预付运费和保证金账户", notes = "<br>By:艾庆国")
@PostMapping("/getOwnerAccountInfo")
public Result<OwnerAccountAllVO> getOwnerAccountInfo(@RequestBody GetOwnerAccountInfoAction action) {
return Result.ok(ownerAccountService.accountInfo(action.getUserNo()));
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论