fix: 修复 iap_ret_true 打点参数内 isFree 上报类型不准确的 BUG

--story=1021542 --user=yufei.hu 【中台】【打点】修复 iap_ret_true 打点参数内 isFree 上报类型不准确的 BUG https://www.tapd.cn/33527076/s/1164640

Signed-off-by: huyufei <yufei.hu@castbox.fm>
1.1.0
胡宇飞 2024-08-15 16:08:23 +08:00
parent 5d10cc034b
commit f7ec6b46c0
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ namespace Guru
{ ParameterCurrency, currency },
{ "order_id", orderId },
{ "type", type },
{ "isfree", isFree ? 1 : 0 },
{ "isfree", isFree ? "1" : "0" },
};
if(!string.IsNullOrEmpty(offerId))