From 45b5009e0cb3d02df92faf0cb8147ddd85544ec1 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 10 九月 2020 23:40:19 +0800 Subject: [PATCH] 0312 增加download文件夹 --- ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMCommon.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMCommon.py b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMCommon.py index 129ff30..d37589e 100644 --- a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMCommon.py +++ b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMCommon.py @@ -97,6 +97,7 @@ Def_GMKey_PlayerName = 'playerName' Def_GMKey_PlayerAccID = 'accID' Def_GMKey_FamilyName = 'familyName' +Def_GMKey_FamilyID = 'familyID' Def_GMKey_PackIndex = 'packIndex' Def_GMKey_IP = 'IP' Def_GMKey_QueryType = 'queryType' -- Gitblit v1.8.0