改机增加参数

This commit is contained in:
Administrator 2025-08-13 09:54:58 +08:00
parent 9b5171ac54
commit e6f4ab6613
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ data class Device(
put("last_boot_time", lastBootTime) put("last_boot_time", lastBootTime)
put("install_source_info", installerPackage) put("install_source_info", installerPackage)
put("advertiserId", advertiserId) put("advertiserId", advertiserId)
put("opener", opener)
}.toString() }.toString()
} }