| | |
| | | |
| | | private final RedisUtils redisUtils; |
| | | |
| | | @GetMapping("achieveList") |
| | | @RequiresPermissions("achieveList:view") |
| | | public String achieveList() { |
| | | return FebsUtil.view("dapp/member-zhi-ya"); |
| | | } |
| | | |
| | | @GetMapping("memberMoneyFlow") |
| | | @RequiresPermissions("memberMoneyFlow:view") |
| | | public String memberMoneyFlow() { |
| | | return FebsUtil.view("dapp/member-money-flow"); |
| | | } |
| | | |
| | | @GetMapping(value = "admin") |
| | | @RequiresPermissions("admin:view") |
| | | public String user() { |
| | |
| | | |
| | | @GetMapping(value = "admin/simulateResult/{batch}") |
| | | public String simulateResult(@PathVariable("batch") String batch, Model model) { |
| | | String url = "https://antethvip.com/index.html?isDev=true&batchNo=" + batch; |
| | | String url = "https://birdworld.vip/index.html?isDev=true&batchNo=" + batch; |
| | | model.addAttribute("url", url); |
| | | return FebsUtil.view("dapp/simulate-result"); |
| | | } |
| | |
| | | return FebsUtil.view("dapp/member-withdraw"); |
| | | } |
| | | |
| | | @GetMapping("memberWithdrawDb") |
| | | @RequiresPermissions("memberWithdrawDb:view") |
| | | public String memberWithdrawDb() { |
| | | return FebsUtil.view("dapp/member-withdraw-daibi"); |
| | | } |
| | | |
| | | @GetMapping("walletCoin") |
| | | @RequiresPermissions("walletCoin:view") |
| | | public String walletCoin() { |