去除thinking

tcx_xiyou_bt_ios hotfix/xiyou_bt/cdn_xiyouBtTest_and/1.1.12
DESKTOP-RH64908\Administrator 2024-06-11 10:41:01 +08:00
parent 86ae2e81fa
commit d30b9129f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""