Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
ZhangBiao 2020-08-24 18:24:53 +08:00
commit 23ebaf5756
2 changed files with 3 additions and 2 deletions

View File

@ -689,6 +689,7 @@ function this.GetBattleBg(fightType)
elseif fightType == BATTLE_TYPE.DEATH_POS then
index = 1004
end
return "r_zhandou_changjing_"..tostring(index)
end
return this

View File

@ -53,7 +53,7 @@ function this.RequestPay(context)
end
end
local params = SDK.SDKPayArgs.New()
params.productId = context.RechargeId
params.productId = context.Id
params.productName = context.Name or ""
params.productDesc = context.Desc or ""
params.price = price * 100 -- 以分为单位
@ -72,7 +72,7 @@ function this.RequestPay(context)
params.guildID = PlayerManager.familyId
-- 其他
params.payNotifyUrl = ""
params.extension = tostring(context.Id)--string.format("%s_%s_%s", PlayerManager.uid, context.Id, VersionManager:GetVersionInfo("subChannel"))--tostring(context.Id)
params.extension = string.format("%s_%s_%s", PlayerManager.uid, context.Id, VersionManager:GetVersionInfo("subChannel"))--tostring(context.Id)
--string.format("%s_%s_%s_%s_%s_%s",
-- AppConst.OpenId,context.Id,context.Price,PlayerManager.uid,
-- PlayerManager.serverInfo.server_id,PlayerManager.serverInfo.name)