src/main/java/com/xcong/excoin/modules/otc/controller/OtcController.java
@@ -113,4 +113,14 @@ return otcService.updateOrderInfo(otcOrderEntity); } /** *回款 * @return */ @PostMapping("otcHuiKuan") @ControllerEndpoint(operation = "订单列表---付款人", exceptionMessage = "失败") public FebsResponse otcHuiKuan(@Valid OtcMarketBussinessEntity otcMarketBussinessEntity) { return otcService.otcHuiKuan(otcMarketBussinessEntity); } }