参数分割符修改
parent
c862bc6623
commit
557216c617
|
|
@ -608,7 +608,7 @@ function this.EquipWearRequest(_heroId, _equipIds,_type, func)
|
|||
end)
|
||||
end
|
||||
--请求脱装备
|
||||
function this.EquipUnLoadOptRequest(_heroId, _equipIds, _type,func)
|
||||
function this.EquipUnLoadOptRequest(_heroId, _equipIds, _type, func)
|
||||
local data = HeroInfoProto_pb.EquipUnLoadOptRequest()
|
||||
data.heroId = _heroId
|
||||
data.type = _type
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ function this.RequestPay(context)
|
|||
params.serverID = PlayerManager.serverInfo.server_id
|
||||
params.serverName = PlayerManager.serverInfo.name
|
||||
-- 角色相关
|
||||
params.roleID = tostring(PlayerManager.uid).."#"..tostring(context.Id)
|
||||
params.roleID = tostring(PlayerManager.uid).."_"..tostring(context.Id)
|
||||
params.roleName = PlayerManager.nickName
|
||||
params.roleLevel = PlayerManager.level
|
||||
params.vip = tostring(VipManager.GetVipLevel())
|
||||
|
|
|
|||
Loading…
Reference in New Issue