Update mengyastore

This commit is contained in:
2026-05-13 12:11:46 +08:00
parent ad54b1eb7e
commit 37983f3b60
156 changed files with 10064 additions and 5681 deletions

View File

@@ -16,5 +16,8 @@ type Order struct {
ContactPhone string `json:"contactPhone"`
ContactEmail string `json:"contactEmail"`
NotifyEmail string `json:"notifyEmail"`
PaymentMethod string `json:"paymentMethod,omitempty"`
PaymentExpectedTotal float64 `json:"paymentExpectedTotal,omitempty"`
PaymentExpiresAt *time.Time `json:"paymentExpiresAt,omitempty"`
CreatedAt time.Time `json:"createdAt"`
}