|
|
@ -36,6 +36,7 @@ type AfsItem struct {
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
ReturnAddress []ReturnAddressItem `json:"returnAddress"`
|
|
|
|
ReturnAddress []ReturnAddressItem `json:"returnAddress"`
|
|
|
|