fix: 修复文字错误

hotfix/v1.0.12.2
胡宇飞 2024-06-03 17:25:05 +08:00
parent 051baed476
commit 0d06131677
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ namespace Guru
var device_id = (string.IsNullOrEmpty(DeviceId) ? "NULL" : DeviceId);
var push_token = (string.IsNullOrEmpty(PushToken) ? "NULL" : PushToken);
var auth_token = (string.IsNullOrEmpty(AuthToken) ? "NULL" : AuthToken);
var fid = (string.IsNullOrEmpty(FireabseId) ? "NULL" : FireabseId);
var fid = (string.IsNullOrEmpty(FirebaseId) ? "NULL" : FirebaseId);
var adjust_id = (string.IsNullOrEmpty(AdjustId) ? "NULL" : AdjustId);
var idfa = (string.IsNullOrEmpty(IDFA) ? "NULL" : IDFA);
var gsid = (string.IsNullOrEmpty(GSADID) ? "NULL" : GSADID);

View File

@ -38,7 +38,7 @@ namespace Guru
public static bool IsNewUser => IPMConfig.IPM_NEWUSER;
public static string FireabseId => IPMConfig.FIREBASE_ID;
public static string FirebaseId => IPMConfig.FIREBASE_ID;
public static string IDFA => IPMConfig.ADJUST_IDFA;
public static string AdjustId => IPMConfig.ADJUST_ID;
public static string GSADID => IPMConfig.ADJUST_ADID;