|
@@ -17,23 +17,21 @@ const (
|
|
|
)
|
|
|
|
|
|
type TradeOrderView struct {
|
|
|
- RealName string `json:"RealName"`
|
|
|
- Mobile string `json:"Mobile"`
|
|
|
- ProductName string `json:"ProductName"`
|
|
|
- TransactionID string `json:"TransactionId"`
|
|
|
- ProductOrderID string `json:"ProductOrderId"`
|
|
|
- PaymentAccount string `json:"PaymentAccount"`
|
|
|
- PaymentWay string `json:"PaymentWay"`
|
|
|
-
|
|
|
- Amount string `json:"Amount"`
|
|
|
- Currency string `json:"Currency"`
|
|
|
- MerchantID string `json:"MerchantI"`
|
|
|
- UserID int `json:"UserId"`
|
|
|
- TemplateUserID int `json:"TemplateUserId"`
|
|
|
- PaymentType string `json:"PaymentType"`
|
|
|
- PaymentStatus string `json:"PaymentStatus"`
|
|
|
- DealTime string `json:"DealTime"`
|
|
|
- CreatedTime string `json:"CreatedTime"`
|
|
|
+ RealName string
|
|
|
+ Mobile string
|
|
|
+ ProductName string
|
|
|
+ TransactionID string
|
|
|
+ ProductOrderID string
|
|
|
+ PaymentAccount string
|
|
|
+ Amount string
|
|
|
+ Currency string
|
|
|
+ MerchantID string
|
|
|
+ UserID int
|
|
|
+ TemplateUserID int
|
|
|
+ PaymentType string
|
|
|
+ PaymentStatus string
|
|
|
+ DealTime string
|
|
|
+ CreatedTime string
|
|
|
}
|
|
|
type TradeOrder struct {
|
|
|
Id uint `gorm:"primaryKey;autoIncrement" json:"id"`
|