修改充值接口报错
parent
bdacc0c703
commit
a8e9974854
|
|
@ -42,7 +42,7 @@ function this.Pay(id, func)
|
|||
if AppConst.isSDKLogin then
|
||||
PayManager.SdkPay({ Id = id })
|
||||
else
|
||||
NetManager.RequestBuyGiftGoods(value.Id, function(msg)
|
||||
NetManager.RequestBuyGiftGoods(id, function(msg)
|
||||
this.onSdkPayResult(id)
|
||||
end)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue