feat: 更新支付模块 (Stripe/PayPal/PingPong) 和 uni-app 配置

This commit is contained in:
TradeMate Dev
2026-06-16 13:32:50 +08:00
parent e5b1e7d588
commit 15d172e825
17 changed files with 1254 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class TestAuthAPI:
data = response.json()
assert data["phone"] == "13900139001"
assert data["username"] == "newuser"
assert data["tier"] == "free"
assert data["tier"] == "pro"
async def test_register_duplicate_phone(self, client: AsyncClient, test_user):
response = await client.post(