From 442a4e3a566cc1a39e0f2eed46c49cdccd7ef1cf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 16 八月 2021 15:19:41 +0800
Subject: [PATCH] 8721 【主干】【BT3】【后端】H.活动-合服庆典(转盘活动改为支持配置消耗的货币类型)
---
Tool/Robot/ConfigurationReader/ConfigIniReader.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Tool/Robot/ConfigurationReader/ConfigIniReader.py b/Tool/Robot/ConfigurationReader/ConfigIniReader.py
index afa4c07..aabe96a 100644
--- a/Tool/Robot/ConfigurationReader/ConfigIniReader.py
+++ b/Tool/Robot/ConfigurationReader/ConfigIniReader.py
@@ -62,6 +62,12 @@
self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
self.StartRunTime = config.GetIntValue( "StartRunTime")
+ self.TJGLimitCnt = config.GetIntValue( "TJGLimitCnt")
+
+
+ def GetTJGLimitCnt(self):
+ return self.TJGLimitCnt
+
def GetIOThreadNum(self):
return self.IOThreadNum
--
Gitblit v1.8.0