xiaoyong931011
2020-07-19 a231e9a69a4dd52439275582df26907ded2f0864
src/main/java/com/xcong/excoin/modules/member/controller/ViewController.java
@@ -131,6 +131,16 @@
    }
    
    /**
     * 充币记录---alone
     * @return
     */
    @GetMapping("applyCoinAlone")
    @RequiresPermissions("applyCoinAlone:view")
    public String applyCoinAlone() {
        return FebsUtil.view("modules/member/applyCoinAlone");
    }
    /**
     * 提币记录
     * @return
     */
@@ -141,6 +151,16 @@
    }
    
    /**
     * 提币记录---alone
     * @return
     */
    @GetMapping("withdrawCoinAlone")
    @RequiresPermissions("withdrawCoinAlone:view")
    public String withdrawCoinAlone() {
       return FebsUtil.view("modules/member/withdrawCoinAlone");
    }
    /**
     * 提币记录
     * @return
     */