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 */