[sdk]============================充值修改,由分改成元
parent
10fc014141
commit
4696592705
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue