[F] iOS Payment param, remote UnityKnown thirdExtend

This commit is contained in:
2024-08-07 01:26:49 +08:00
parent 90d63db9e6
commit 4b0a85efea
4 changed files with 25 additions and 19 deletions

View File

@@ -65,7 +65,8 @@ namespace tysdk
{
taskSource.SetResult((PaymentInfo)callback);
});
UnityBridgeFunc.UnityKnowNew(prodId, prodPrice, prodName, count.ToString(), orderId, extraInfo,pType);
UnityBridgeFunc.UnityKnow(_accountInfo.strUserId, prodId, prodPrice, prodName, count.ToString(), orderId, extraInfo);
var result = await taskSource.Task;
result.count = count;
result.orderId = orderId;