1.实名认证接口修改
This commit is contained in:
@@ -127,6 +127,11 @@ public class ApiAccessLimitUtil {
|
||||
return false;
|
||||
}
|
||||
|
||||
public static void removeKey(String id, String key) {
|
||||
String redisKey = generateRedisKey(key, id);
|
||||
redisUtils.delete(redisKey);
|
||||
}
|
||||
|
||||
|
||||
public static<T> T runFunAndCheckKey(Supplier<T> supplier, String lockKey, Integer seconds) {
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user