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)
{