test1
This commit is contained in:
parent
6d9277ced5
commit
7623858866
@ -113,6 +113,7 @@ public class QQNumberManager {
|
||||
return false;
|
||||
}
|
||||
public boolean isExistsPower(Long qq, String... power){
|
||||
//1
|
||||
if(RedisTools.exists(qq,null)){
|
||||
JSONObject json=JSON.parseObject(RedisTools.get(qq));
|
||||
JSONArray array=json.getJSONArray("power");
|
||||
|
Loading…
Reference in New Issue
Block a user