xiaoyong931011
2021-07-05 cf200a1f92c01ba22c326c49391f748ffb006910
src/main/java/com/xcong/excoin/modules/otc/controller/OtcController.java
@@ -94,6 +94,16 @@
    }
    /**
     *委托单--更新
     * @return
     */
    @PostMapping("otcEntrustConfirm")
    @ControllerEndpoint(operation = "委托单--更新", exceptionMessage = "失败")
    public FebsResponse otcEntrustConfirm(@Valid OtcEntrustOrderEntity otcEntrustOrderEntity) {
        return otcService.otcEntrustConfirm(otcEntrustOrderEntity);
    }
    /**
     * 订单列表
     */
    @GetMapping("otcOrderList")