修复AppID key错误

This commit is contained in:
xldistance 2019-04-22 14:42:52 +08:00 committed by GitHub
parent 2e2849f1f7
commit 2e03205a3e
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