diff --git a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua index df5d608fb0..b6ba2256e5 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua @@ -34,7 +34,7 @@ end --请求登录 function this.LoginRequest(openId, func) local data = PlayerInfoProto_pb.LoginRequest() - data.device_id_s = AppConst.isSDK and ThinkingAnalyticsManager.GetDeviceId() or "" + data.device_id_s = "" --AppConst.isSDK and ThinkingAnalyticsManager.GetDeviceId() or "" data.idfa_sOr_imei_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetIMEICode() or "" data.brand_type_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceBrand() or "" data.brand_s = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceModel() or ""