version:4.3

fix:优化
update:
This commit is contained in:
2022-04-19 20:59:38 +08:00
parent 69a8934bd4
commit caa8608f52
3 changed files with 51 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ public class TimeUtils {
long now = mNtpClient.getNtpTime();//now就是获取的时间
return now;
} else {
Log.e("getTimeFromNtpServer", " failed");
Log.e("getTimeFromNtpServer", " failed");
}
return -1;
}