xiaoyong931011
2021-05-18 7d098b8c03c2a3f2dc7b51f73cc8d16b56dfa764
src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java
@@ -24,6 +24,7 @@
    public String otcShopList() {
        return FebsUtil.view("modules/otc/otcShopList");
    }
    /**
     * 获取委托单列表
     */
@@ -34,6 +35,15 @@
    }
    /**
     * 获取订单列表
     */
    @GetMapping("otcOrderList")
    @RequiresPermissions("otcOrderList:view")
    public String otcOrderList() {
        return FebsUtil.view("modules/otc/otcOrderList");
    }
    /**
     * 获取申诉列表
     */
    @GetMapping("otcAppealList")