|
@@ -42,7 +42,7 @@ public class IpBlacklistController {
|
|
*/
|
|
*/
|
|
@GetMapping(value = "/getAll")
|
|
@GetMapping(value = "/getAll")
|
|
@PreAuthorize("@ss.hasPermi('system:ipblacklist:list')")
|
|
@PreAuthorize("@ss.hasPermi('system:ipblacklist:list')")
|
|
- @OperateLog(title = "短期预测", businessType = BusinessType.QUERY, auditType = AuditType.SYS,operdesc = "查询黑名单列表")
|
|
|
|
|
|
+ @OperateLog(title = "黑名单管理", businessType = BusinessType.QUERY, auditType = AuditType.SYS,operdesc = "查询黑名单列表")
|
|
@PreventReplay
|
|
@PreventReplay
|
|
public ResponseVO getAll(String currentPage, String pageSize, String ip) throws CustomException {
|
|
public ResponseVO getAll(String currentPage, String pageSize, String ip) throws CustomException {
|
|
try {
|
|
try {
|