支付参数

This commit is contained in:
chenxi 2023-06-15 20:28:25 +08:00
parent 30cbf7d8cc
commit f810b8105e

View File

@ -40,7 +40,7 @@ end
function SDKPayDefaultManager:getPurchaseArgs(purchaseToken, uuid, channelOrderId, productId)
local args = {
channel = self:getSDKPayType(),
params = {uuid}
params = {uuid, productId}
}
return args
end