1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00
This commit is contained in:
Him188 2020-01-12 00:06:23 +08:00
parent 0f89665ea3
commit 84667a0a1b

View File

@ -45,7 +45,7 @@ abstract class DeviceInfo(
abstract val apn: ByteArray
val guid: ByteArray get() = generateGuid(androidId, macAddress)
val guid: ByteArray by lazy { generateGuid(androidId, macAddress) }
fun generateDeviceInfoData(): ByteArray {
@Serializable