From 2e03205a3e536b7997b9a0d226455f8743e6372d Mon Sep 17 00:00:00 2001 From: xldistance <819873074@qq.com> Date: Mon, 22 Apr 2019 14:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DAppID=20key=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnpy/gateway/ctp/ctp_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/gateway/ctp/ctp_gateway.py b/vnpy/gateway/ctp/ctp_gateway.py index 9e48de58..8587ac56 100644 --- a/vnpy/gateway/ctp/ctp_gateway.py +++ b/vnpy/gateway/ctp/ctp_gateway.py @@ -680,7 +680,7 @@ class CtpTdApi(TdApi): "UserID": self.userid, "Password": self.password, "BrokerID": self.brokerid, - "UserProductInfo": self.appid + "Appid": self.appid } self.reqid += 1