| | |
| | | """Version = 2015-05-22 14:30"""
|
| | | #---------------------------------------------------------------------
|
| | | import GameWorld
|
| | | import IPY_GameWorld
|
| | | import PlayerControl
|
| | | import ShareDefine
|
| | | #---------------------------------------------------------------------
|
| | |
|
| | | ## 请求逻辑
|
| | |
| | | 'VIPLV':curPlayer.GetVIPLv(), # vip等级
|
| | |
|
| | | 'MapID':curPlayer.GetMapID(), #当前地图id
|
| | | 'Gold':curPlayer.GetGold(), # 元宝
|
| | | 'GoldPaper':curPlayer.GetGoldPaper(), # 绑钻
|
| | | 'Gold':PlayerControl.GetMoneyReal(curPlayer, IPY_GameWorld.TYPE_Price_Gold_Money), # 元宝
|
| | | 'GoldPaper':PlayerControl.GetMoneyReal(curPlayer, IPY_GameWorld.TYPE_Price_Gold_Paper), # 绑钻
|
| | | 'Silver':PlayerControl.GetSilver(curPlayer), # 银两
|
| | |
|
| | | 'FamilyName':curPlayer.GetFamilyName(), # 家族名称
|