@@ -94,3 +94,7 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray {
}
+/**
+ * 时间戳
+ */
+actual val currentTimeMillis: Long get() = System.currentTimeMillis()
@@ -74,3 +74,8 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray {
return output.toByteArray()
+