This commit is contained in:
2026-01-30 10:20:28 +08:00
parent 6d3aa84af9
commit fcf1354bc7
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ nul
autogptplus_drission.py autogptplus_drission.py
autogptplus_drission_oai.py autogptplus_drission_oai.py
accounts.json accounts.json
team-reg-go

View File

@@ -30,10 +30,10 @@ def log_progress(message):
print(f" {message}") print(f" {message}")
# Stripe 配置常量 # Stripe 配置常量 (与 team-reg-go 保持一致)
STRIPE_VERSION = "2024-12-18.acacia" STRIPE_VERSION = "2020-08-27;custom_checkout_beta=v1"
STRIPE_JS_VERSION = "d7c0c7e0e4e3e8e9e0e1e2e3e4e5e6e7" STRIPE_JS_VERSION = "c8cd270e71"
OPENAI_STRIPE_PUBLIC_KEY = "pk_live_51LVfqJKa3k6aumIYFMNZILdA00QBnLMNa" OPENAI_STRIPE_PUBLIC_KEY = "pk_live_51Pj377KslHRdbaPgTJYjThzH3f5dt1N1vK7LUp0qh0yNSarhfZ6nfbG7FFlh8KLxVkvdMWN5o6Mc4Vda6NHaSnaV00C2Sbl8Zs"
def generate_stripe_fingerprint() -> str: def generate_stripe_fingerprint() -> str: