Update mengyastore
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
@@ -11,6 +11,8 @@ type Product struct {
|
||||
Quantity int `json:"quantity"`
|
||||
CoverURL string `json:"coverUrl"`
|
||||
ScreenshotURLs []string `json:"screenshotUrls"`
|
||||
// PaymentQrURLs 萌芽支付收款码图片链接(可多条)。
|
||||
PaymentQrURLs []string `json:"paymentQrUrls"`
|
||||
VerificationURL string `json:"verificationUrl"`
|
||||
Codes []string `json:"codes"`
|
||||
ViewCount int `json:"viewCount"`
|
||||
|
||||
Reference in New Issue
Block a user