We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目测是coeff 导致的, vi QAQIFIAccount.py +674
release_money = trade_amount * frozen.get('coeff', 1)
我本地版本的改动在vi QAQIFIAccount.py +661
frozen = self.frozen.get( order_id, {'order_id': order_id, 'money': 0, 'coeff': 0, 'amount': 0, 'price': 0})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目测是coeff 导致的, vi QAQIFIAccount.py +674
我本地版本的改动在vi QAQIFIAccount.py +661
The text was updated successfully, but these errors were encountered: