From cf398971db75a7e79ea11012e1c7a78c80ad1de4 Mon Sep 17 00:00:00 2001 From: zeng Date: Fri, 25 Apr 2025 18:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Thimra/Base/Networking/Base/SPApi.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Thimra/Base/Networking/Base/SPApi.swift b/Thimra/Base/Networking/Base/SPApi.swift index 74a3181..74e3274 100644 --- a/Thimra/Base/Networking/Base/SPApi.swift +++ b/Thimra/Base/Networking/Base/SPApi.swift @@ -84,7 +84,8 @@ extension SPApi: TargetType { "lang-key" : SPLocalizedManager.shared.currentLocalizedKey,//当前语言 "time-zone" : String.timeZone(), //时区 "app-version" : kSPAPPVersion, - "device-id" : JXUUID.systemUUID(), //设备id +// "device-id" : JXUUID.systemUUID(), //设备id + "device-id" : JXUUID.uuid(), //设备id "brand" : "apple", //品牌 "app-name" : "", "system-type" : "ios",