修改充值接口报错

gaoxin 2020-09-09 19:45:40 +08:00
parent bdacc0c703
commit a8e9974854
1 changed files with 1 additions and 1 deletions

View File

@ -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