fix: reduce signup bonus to ten points

This commit is contained in:
QiuSW
2026-07-18 15:00:04 +08:00
parent 4a0becbb4d
commit 83fa541b2a
25 changed files with 126 additions and 82 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ def adjust_wallet_points(
def grant_signup_bonus(
*,
user,
points: int = 100,
points: int = 10,
reason: str = "new_user_registration",
) -> SignupBonusGrantResult:
points = _validate_positive_points(points)