爱玩登录

master
duhui 2022-04-12 13:46:43 +08:00
parent 7073560c86
commit 204cd21570
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class TimeUtil {
* @return * @return
*/ */
public static int nowInt(){ public static int nowInt(){
return (int) System.currentTimeMillis()/1000; return (int) (System.currentTimeMillis()/1000);
} }
/** /**