Update tiger_gateway.py

This commit is contained in:
1122455801 2019-03-11 16:33:11 +08:00
parent 4cfab5b9d9
commit f009c33f57

View File

@ -88,9 +88,9 @@ PUSH_STATUS_TIGER2VT = {
class TigerGateway(BaseGateway): class TigerGateway(BaseGateway):
"""""" """"""
default_setting = { default_setting = {
"tiger_id": "20150008", "tiger_id": "",
"account": "DU575568", "account": "",
"standard_account": "DU575568" "standard_account": "",
} }
def __init__(self, event_engine): def __init__(self, event_engine):