Merge pull request #1621 from xldistance/patch-11

修复AppID key错误
This commit is contained in:
vn.py 2019-04-22 20:32:55 +08:00 committed by GitHub
commit a2bfe2c79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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