From 43e5e84170e91ca2bc4c26d289a8bc5a891d06d0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 10 十二月 2019 18:00:54 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(修改感谢礼盒相关封包)
---
Tool/RobotTest/ConfigurationReader/ConfigIniReader.py | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py b/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
index afa4c07..36b9343 100644
--- a/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
+++ b/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
@@ -61,7 +61,16 @@
self.ProcessFindTJGTime = config.GetIntValue( "ProcessFindTJGTime")
self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
self.StartRunTime = config.GetIntValue( "StartRunTime")
-
+ self.AccountSource = config.GetIntValue( "AccountSource")
+ self.MaxPlayerCnt = config.GetIntValue( "MaxPlayerCnt")
+
+ def GetMaxPlayerCnt(self):
+ return self.MaxPlayerCnt
+
+ # 账号获取来源 0:自动生成, 1:取库中已有账号
+ def GetAccountSource(self):
+ return self.AccountSource
+
def GetIOThreadNum(self):
return self.IOThreadNum
--
Gitblit v1.8.0