Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncomeAssetMonthly ¶
type IncomeAssetMonthly struct { List []*IncomeAssetMonthlyByContent Page *Page }
IncomeAssetMonthly .
type IncomeAssetMonthlyByContent ¶
type IncomeAssetMonthlyByContent struct { OID int64 OType string Currency string Title string Price int64 TotalBuyTimes int64 NewBuyTimes int64 TotalErrTimes int64 NewErrTimes int64 }
IncomeAssetMonthlyByContent .
type IncomeAssetOverview ¶
IncomeAssetOverview .
type TradeOrder ¶
type TradeOrder struct { OrderID string `json:"order_id"` MID int64 `json:"mid"` Biz string `json:"biz"` Platform string `json:"platform"` OID int64 `json:"oid"` OType string `json:"otype"` Fee int64 `json:"fee"` Currency string `json:"currency"` PayID string `json:"pay_id"` State string `json:"state"` Reason string `json:"reason"` }
TradeOrder .
Click to show internal directories.
Click to hide internal directories.