src/main/java/com/xcong/excoin/modules/member/controller/ViewController.java
@@ -168,6 +168,15 @@ * 充币记录---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() {