Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct { Type string `json:"type"` Account string `json:"account"` Name string `json:"name,omitempty"` Amount int64 `json:"amount,omitempty"` Description string `json:"description,omitempty"` Result string `json:"result,omitempty"` FailReason string `json:"fail_reason,omitempty"` DetailId string `json:"detail_id,omitempty"` CreateTime time.Time `json:"create_time,omitempty"` FinishTime time.Time `json:"finish_time,omitempty"` }
type RequestQuery ¶
type RequestShare ¶
type RequestShare struct {}
type RequestShareReturn ¶
type RequestShareReturn struct { //NonceStr string `xml:"nonce_str"` //SignType string `xml:"sign_type"` //Sign string `xml:"sign"` }
Click to show internal directories.
Click to hide internal directories.