fix: order

This commit is contained in:
Rogee
2025-01-10 19:09:27 +08:00
parent 749add1b89
commit f3ae895fec
6 changed files with 10 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ type Orders struct {
RemoteRefundSerial string `json:"remote_refund_serial"`
Amount int64 `json:"amount"`
Currency string `json:"currency"`
Title string `json:"title"`
Description *string `json:"description"`
Meta *string `json:"meta"`
}

View File

@@ -21,7 +21,6 @@ type UserOauths struct {
UserID int64 `json:"user_id"`
UnionID *string `json:"union_id"`
OpenID string `json:"open_id"`
AccessKey string `json:"access_key"`
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
ExpireAt time.Time `json:"expire_at"`