fix: 更新用户金币数接口

deeplink
胡宇飞 2024-05-16 18:58:29 +08:00
parent a6f0d8d884
commit 4db35e10fc
1 changed files with 6 additions and 6 deletions

View File

@ -280,14 +280,14 @@ namespace Guru
SetUserProperty(Analytics.PropertyPlay, $"{bplay}"); SetUserProperty(Analytics.PropertyPlay, $"{bplay}");
} }
public static void SetUserTotalCoins(int totalCoins) // public static void SetUserTotalCoins(int totalCoins)
{ // {
SetUserProperty(Analytics.PropertyCoin, $"{totalCoins}"); // SetUserProperty(Analytics.PropertyCoin, $"{totalCoins}");
} // }
public static void SetUserCoins(int coins) public static void SetUserFreeCoins(int freeCoins)
{ {
SetUserProperty(Analytics.PropertyNonIAPCoin, $"{coins}"); SetUserProperty(Analytics.PropertyNonIAPCoin, $"{freeCoins}");
} }
public static void SetUserPaidCoins(int paidCoins) public static void SetUserPaidCoins(int paidCoins)