新版仿ok交易所-后端
1
zyy
2025-12-18 2462671fc9f457a50eb584d852e6273aec2a5a37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.yami.trading.common.constants;
 
public class DdosRedisKeys {
 
    /**
     * ip名单,ip做key
     */
    public final static String IP_MENU_IP = "IP_MENU_IP_";
    /**
     * 特殊url 处理
     */
    public final static String URL_SPECIAL_ID = "URL_SPECIAL_ID_";
    /**
     * 特殊url map集合
     */
    public final static String URL_SPECIAL_URL_MAP = "URL_SPECIAL_URL_MAP_";
}