fix: 规范打点参数, 上报IAP虚拟道具的 item_name 值为 sku

hotfix/v1.0.12.2
胡宇飞 2024-05-27 14:33:38 +08:00
parent c2be368962
commit f2949347df
1 changed files with 2 additions and 1 deletions

View File

@ -599,7 +599,8 @@ namespace Guru
string scene = "store", string[] props = null, Dictionary<string, object> extra = null)
{
string category = Consts.CurrencyCategoryIAP;
string itemName = productId;
// string itemName = productId;
string itemName = "sku";
EarnVirtualCurrencyAndProps(currencyName, value, balance, category, itemName, levelName, scene, props, extra);
}