feat(points): 新增积分赠送

This commit is contained in:
xingc
2025-05-07 22:52:09 +08:00
parent 9ce1ebbb98
commit 1fa4a7fc36
12 changed files with 254 additions and 47 deletions

View File

@@ -68,6 +68,7 @@ class Settings(BaseSettings):
# 会员配置
USER_MAX_CREATED_CARD_NUM: int = 18
UPLOAD_REWARD_POINTS_GIFT_ID: int = -1
model_config = SettingsConfigDict(env_file=f'.env.{ENVIRONMENT}', env_file_encoding='utf-8')