| | |
| | | #导入
|
| | | import GMCommon
|
| | | import ChConfig
|
| | | import PlayerManorWar
|
| | |
|
| | | #---------------------------------------------------------------------
|
| | | #全局变量
|
| | |
| | | queryType = gmCmdDict.get(GMCommon.Def_GMKey_QueryType, '')
|
| | | queryKey = gmCmdDict.get(GMCommon.Def_GMKey_FuncKey, '')
|
| | |
|
| | | |
| | | if queryKey in ['ManorWar']:
|
| | | queryResult = 0
|
| | | if queryKey == 'ManorWar':
|
| | | queryResult = PlayerManorWar.GetManorWarFirstOrderInfo()
|
| | | |
| | | #执行成功
|
| | | GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, queryResult)
|
| | | else:
|
| | | if queryType == 'accID':
|
| | | #玩家账户 []
|
| | | GMCommon.GMTool_MapServer_Query(ChConfig.queryType_sqtPlayerByAccID, orderId,
|