From 0ca7f7bf908b784ceb915fba916450b21d364aac Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 27 十二月 2019 16:31:31 +0800 Subject: [PATCH] 8350 【主干】【后端】添加按仙盟为单位给盟成员群发邮件(个人邮件增加发送仙盟成员支持,仅发邮件时的仙盟成员可收到) --- 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