| | |
| | | |
| | | @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"); |
| | | } |
| | |
| | | model.addAttribute("newestPrice", price); |
| | | return FebsUtil.view("dapp/newest-price-setting"); |
| | | } |
| | | |
| | | |
| | | @GetMapping("fundFlow") |
| | | @RequiresPermissions("fund:flow:view") |
| | | public String fundFlow() { |
| | | return FebsUtil.view("dapp/money-fund-flow"); |
| | | } |
| | | |
| | | |
| | | @GetMapping("idoAchieve") |
| | | @RequiresPermissions("idoAchieve:view") |
| | | public String idoAchieve() { |
| | | return FebsUtil.view("dapp/member-ido-achieve"); |
| | | } |
| | | } |