fix: 优化 iap_ret_true 的参数, isfree的值改为 string 类型
Signed-off-by: huyufei <yufei.hu@castbox.fm>1.0.12.3
parent
71ae576a9d
commit
47972bd8fa
|
|
@ -529,7 +529,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