From 5a3bb2e53454800a55bca0d911050e8dd9a69c27 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 三月 2026 10:45:08 +0800
Subject: [PATCH] 556 【付费功能】时装商店-服务端

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/ServerClientShareDefine.py |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/ServerClientShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/ServerClientShareDefine.py
index ddeff22..02ec71c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/ServerClientShareDefine.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/ServerClientShareDefine.py
@@ -111,6 +111,15 @@
 disCRCCheckError = 99 #/<99 CRC校验错误
 disWaitSecurityCardCheckResultTimeOut = 100 #/<100 等待密保卡验证结果超时
 disWaitSecurityCardUnexpectedError = 101 #/<101 等待密保卡验证结果发生未预料错误
+disDecodePackError = 102                             #///<102 Rungate封包解密错误
+disRouterDisconnect = 103                            #///<103 RouteServer断线
+disInterfaceAccChkError = 104                        #///<104 InterfaceServer return account check error
+disInterfacePackError = 105                          #///<105 InterfaceServer 封包错误
+disSecurityCardChkFails = 106                        #///<106 密保卡多次验证失败
+disAccValidateTimeout = 107                          #///<107 帐号验证超时
+disExceedMaxClientPackLen = 108                      #///<108 客户端封包超长
+disExceedMaxClientPackPile = 109                     #///<109 客户端封包挤压过多
+disKickRepeatPlayer = 110                            #///<110 踢出重复玩家
 #-----------------------------------------------------------------------------------------------------
 #比ChinDataServer新增的断线原因
 disCreatePlayerError_PlayerExist =    254        #帐号已存在有效角色

--
Gitblit v1.8.0