修改设备id
This commit is contained in:
parent
2f8018a430
commit
cf398971db
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user