fix: 优化 iap_ret_true 的参数, isfree的值改为 string 类型

Signed-off-by: huyufei <yufei.hu@castbox.fm>
1.0.12.3
胡宇飞 2024-08-20 10:14:05 +08:00
parent 71ae576a9d
commit 47972bd8fa
1 changed files with 1 additions and 1 deletions

View File

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