This commit is contained in:
2026-05-09 14:47:38 +08:00
parent 04351b9580
commit cb2792aaa2
12 changed files with 45 additions and 39 deletions
+4 -4
View File
@@ -395,7 +395,7 @@ namespace BingoBrain
public static bool IsGiftSwitch()
{
// return false;
return true; //zhushi
// return true; //zhushi
// Debug.Log(GetLoginModel().is_magic);
return GetLoginModel().is_magic;
}
@@ -1468,10 +1468,10 @@ namespace BingoBrain
type = type
};
// NetworkKit.PostWithHeader<RespAdEventData>("event/adWatchOver", respData, (isSuccess, obj) =>
// {
NetworkKit.PostWithHeader<RespAdEventData>("event/adWatchOver", respData, (isSuccess, obj) =>
{
// });zhushi
});
}
/// <summary>