fix check token

back_recharge
wangyuan 2019-11-28 13:37:42 +08:00
parent bee222b3c1
commit 99dc03a323
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
session.setUserLoginTime(System.currentTimeMillis()/1000); session.setUserLoginTime(System.currentTimeMillis()/1000);
return true; return true;
} }
return true; return false;
} }