From af2d900905b6858a9ab1a7592ccf1b1c894fff03 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 13 十二月 2023 18:29:17 +0800 Subject: [PATCH] 10037 quick海外包充值传美元价格 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py index 3bb46a8..3d38445 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py @@ -1213,6 +1213,7 @@ ("DWORD", "CTGID", 0), ("DWORD", "GiftbagID", 0), ("DWORD", "CoinExp", 0), + ("float", "UsdMoney", 0), ), "CTG":( @@ -4688,7 +4689,8 @@ self.PayRMBNum = 0.0 self.CTGID = 0 self.GiftbagID = 0 - self.CoinExp = 0 + self.CoinExp = 0 + self.UsdMoney = 0.0 return def GetOrderInfo(self): return self.OrderInfo # 商品编号 @@ -4696,7 +4698,8 @@ def GetPayRMBNum(self): return self.PayRMBNum # 付费额度,元 def GetCTGID(self): return self.CTGID # 对应充值ID def GetGiftbagID(self): return self.GiftbagID # 对应限时礼包编号 - def GetCoinExp(self): return self.CoinExp # 对应转化经验 + def GetCoinExp(self): return self.CoinExp # 对应转化经验 + def GetUsdMoney(self): return self.UsdMoney # 美元价格 # 充值表 class IPY_CTG(): -- Gitblit v1.8.0