手机号
This commit is contained in:
@@ -220,4 +220,6 @@ public class RedisConstant {
|
||||
|
||||
public static final String DEVICE_OPEN_TOKEN = "device_open_token:{0}:{1}:{2}";
|
||||
|
||||
public static final String PHONE_NUMBER= "phone_number_";
|
||||
|
||||
}
|
||||
|
||||
@@ -90,4 +90,9 @@ public class RedisConstantUtil {
|
||||
public String getRegionNameListKey(String eid, String regionId) {
|
||||
return active + "_" + RedisConstant.REGION_ALL_NAME_CACHE + eid + ":" + regionId;
|
||||
}
|
||||
|
||||
public String getPhoneNumber(String phoneNumber) {
|
||||
|
||||
return active + "_" + RedisConstant.PHONE_NUMBER + phoneNumber;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user