Update vtEngine.py
This commit is contained in:
parent
1c49d1e1b7
commit
95a4d10b99
@ -193,7 +193,7 @@ class MainEngine(object):
|
|||||||
self.writeLog(u'接口不存在:%s' %gatewayName)
|
self.writeLog(u'接口不存在:%s' %gatewayName)
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
def qryAccont(self, gatewayName):
|
def qryAccount(self, gatewayName):
|
||||||
"""查询特定接口的账户"""
|
"""查询特定接口的账户"""
|
||||||
if gatewayName in self.gatewayDict:
|
if gatewayName in self.gatewayDict:
|
||||||
gateway = self.gatewayDict[gatewayName]
|
gateway = self.gatewayDict[gatewayName]
|
||||||
|
Loading…
Reference in New Issue
Block a user