prepare #I6XRUP [app_social_login_wxapp]将app_mobile_api_wxapp中小程序登录功能拆出来

This commit is contained in:
ivan deng
2023-04-21 20:01:09 +08:00
parent a730ba503e
commit 9c3b8f2575
2 changed files with 13 additions and 10 deletions

View File

@@ -18,4 +18,6 @@ class ResPartnerAiUse(models.Model):
ai_completion_tokens = fields.Integer('AI Completion Tokens')
tokens_total = fields.Integer('Total Tokens')
token_balance = fields.Integer('Token Balance')
# balance = allow - total
token_allow = fields.Integer('Token Allow')