[sdk]============================充值修改,由分改成元

dev_chengFeng
wangzhenxing 2022-12-06 16:45:40 +08:00
parent 10fc014141
commit 4696592705
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function this.RequestPay(context)
params.productId = context.RechargeId
params.productName = context.Name or ""
params.productDesc = context.Desc or ""
params.price = price * 100 -- 以分为单位
params.price = price -- 以分为单位
params.ratio = 1
params.buyNum = context.BuyNum or 1
params.coinNum = BagManager.GetItemCountById(16)