修改设备id

This commit is contained in:
zeng 2025-04-25 18:03:43 +08:00
parent 2f8018a430
commit cf398971db

View File

@ -84,7 +84,8 @@ extension SPApi: TargetType {
"lang-key" : SPLocalizedManager.shared.currentLocalizedKey,// "lang-key" : SPLocalizedManager.shared.currentLocalizedKey,//
"time-zone" : String.timeZone(), // "time-zone" : String.timeZone(), //
"app-version" : kSPAPPVersion, "app-version" : kSPAPPVersion,
"device-id" : JXUUID.systemUUID(), //id // "device-id" : JXUUID.systemUUID(), //id
"device-id" : JXUUID.uuid(), //id
"brand" : "apple", // "brand" : "apple", //
"app-name" : "", "app-name" : "",
"system-type" : "ios", "system-type" : "ios",