伪代码: tqacc = TqAccount("Z中信建投", account, password) api = TqApi(account=tqacc, auth=TqAuth(user_name, password)) account = tqacc.get_account() print(account.float_profit) 以上代码运行后无法正确获取结果,报错如下:...