From 529e2ddeda5a80874bed2bc62a4131e55428e3b4 Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 5 Jun 2024 17:46:11 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20IAP=20=20=E8=B5=9A=E5=8F=96?= =?UTF-8?q?=E9=81=93=E5=85=B7=EF=BC=8C=20=E5=88=A0=E9=99=A4=20productId=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.Analytics.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Runtime/Code/SDK/GuruSDK.Analytics.cs b/Runtime/Code/SDK/GuruSDK.Analytics.cs index 085bb62..c663397 100644 --- a/Runtime/Code/SDK/GuruSDK.Analytics.cs +++ b/Runtime/Code/SDK/GuruSDK.Analytics.cs @@ -682,13 +682,12 @@ namespace Guru ///
  • 特殊类型: Props (道具列表)
  • /// /// IAP 道具名称 - /// IAP 道具商品 ID /// 赚取金额 /// 货币总量(累加后) /// 当前关卡名称 /// 应用场景 /// 获取的道具名称列表 - public static void LogEarnVirtualCurrencyByIAP(string currencyName, string productId, + public static void LogEarnVirtualCurrencyByIAP(string currencyName, int value = 0, int balance = 0, string levelName = "", string scene = "store", string[] props = null, Dictionary extra = null) {