feat: add stripe topup page

This commit is contained in:
wzxjohn
2025-07-10 20:28:29 +08:00
parent 3568042cd9
commit e8ae980104
2 changed files with 220 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ var stripeAdaptor = &StripeAdaptor{}
type StripePayRequest struct {
Amount int64 `json:"amount"`
PaymentMethod string `json:"payment_method"`
TopUpCode string `json:"top_up_code"`
}
type StripeAdaptor struct {