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
parent
5d10cc034b
commit
f7ec6b46c0
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue