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