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

查询货主账户信息

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