From 557216c617bbe249203c4e6a1d971daddaf83221 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 13 Oct 2020 10:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=88=86=E5=89=B2=E7=AC=A6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua | 2 +- Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua index edbd4cc609..8248a51e3d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua @@ -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 diff --git a/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua b/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua index 7e28622b4b..23afccdba3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Pay/PayManager.lua @@ -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())