fix: 修复文字错误
parent
051baed476
commit
0d06131677
|
|
@ -62,7 +62,7 @@ namespace Guru
|
||||||
var device_id = (string.IsNullOrEmpty(DeviceId) ? "NULL" : DeviceId);
|
var device_id = (string.IsNullOrEmpty(DeviceId) ? "NULL" : DeviceId);
|
||||||
var push_token = (string.IsNullOrEmpty(PushToken) ? "NULL" : PushToken);
|
var push_token = (string.IsNullOrEmpty(PushToken) ? "NULL" : PushToken);
|
||||||
var auth_token = (string.IsNullOrEmpty(AuthToken) ? "NULL" : AuthToken);
|
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 adjust_id = (string.IsNullOrEmpty(AdjustId) ? "NULL" : AdjustId);
|
||||||
var idfa = (string.IsNullOrEmpty(IDFA) ? "NULL" : IDFA);
|
var idfa = (string.IsNullOrEmpty(IDFA) ? "NULL" : IDFA);
|
||||||
var gsid = (string.IsNullOrEmpty(GSADID) ? "NULL" : GSADID);
|
var gsid = (string.IsNullOrEmpty(GSADID) ? "NULL" : GSADID);
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ namespace Guru
|
||||||
|
|
||||||
public static bool IsNewUser => IPMConfig.IPM_NEWUSER;
|
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 IDFA => IPMConfig.ADJUST_IDFA;
|
||||||
public static string AdjustId => IPMConfig.ADJUST_ID;
|
public static string AdjustId => IPMConfig.ADJUST_ID;
|
||||||
public static string GSADID => IPMConfig.ADJUST_ADID;
|
public static string GSADID => IPMConfig.ADJUST_ADID;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue