This commit is contained in:
aaron 2025-03-23 16:14:03 +08:00
parent 6b8f21891b
commit 9c890e2bfa
2 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ class Settings(BaseSettings):
ORDER_EXTRA_PACKAGE_THRESHOLD: int = 5 # 额外收费阈值
# 邀请新人赠送优惠券ID
FIRST_ORDER_REFERRAL_COUPON_ID: int = 2
FIRST_ORDER_REFERRAL_COUPON_ID: int = 1
FIRST_ORDER_REFERRAL_COUPON_COUNT: int = 1
FIRST_ORDER_REFERRAL_COUPON_EXPIRE_DAYS: int = 3
FIRST_ORDER_REFERRAL_COUPON_EXPIRE_DAYS: int = 7
# JWT 配置
SECRET_KEY: str = "s10GmiRMmplfYWXYZLSsE3X36Ld4gVZxHgAcdqFGC20v3llv7UdOeWLBEEP3e40p"

Binary file not shown.