src/main/java/com/xcong/excoin/modules/member/controller/ViewController.java
@@ -168,10 +168,19 @@ * 充币记录---alone * @return */ @GetMapping("applyCoinAloneTest") @RequiresPermissions("applyCoinAloneTest:view") public String applyCoinAloneTest() { return FebsUtil.view("modules/member/applyCoinAloneTest"); } /** * 充币记录---alone * @return */ @GetMapping("applyCoinAlone") @RequiresPermissions("applyCoinAlone:view") public String applyCoinAlone() { return FebsUtil.view("modules/member/applyCoinAlone"); return FebsUtil.view("modules/member/applyCoinAlone"); } /**