| | |
| | | return FebsUtil.view("modules/system/bsPayConfig"); |
| | | } |
| | | |
| | | @GetMapping("firewallCountryList") |
| | | @RequiresPermissions("firewallCountry:view") |
| | | public String firewallCountryList() { |
| | | return FebsUtil.view("modules/system/firewallCountryList"); |
| | | } |
| | | |
| | | @GetMapping("firewallSiteList") |
| | | @RequiresPermissions("firewallSite:view") |
| | | public String firewallSiteList() { |
| | | return FebsUtil.view("modules/system/firewallSiteList"); |
| | | } |
| | | |
| | | @GetMapping("firewallCountryRuleList") |
| | | @RequiresPermissions("firewallCountryRule:view") |
| | | public String firewallCountryRuleList() { |
| | | return FebsUtil.view("modules/system/firewallCountryRuleList"); |
| | | } |
| | | |
| | | @GetMapping("tokenviewConfig") |
| | | @RequiresPermissions("tokenviewConfig:update") |
| | | public String tokenviewConfig(Model model) { |