Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APICode = beego.AppConfig.DefaultString("api_code", "")
View Source
var APISecret = beego.AppConfig.DefaultString("api_secret", "")
Functions ¶
func MakeRequest ¶
func RandomString ¶
Types ¶
type ErrorCodeResponse ¶
type ErrorCodeResponse struct {
ErrMsg string `json:"error,omitempty"`
ErrCode int `json:"error_code,omitempty"`
Message string `json:"message,omitempty"`
ServerTimestamp int64 `json:"server_timestamp,omitempty"`
}
func (*ErrorCodeResponse) String ¶
func (m *ErrorCodeResponse) String() string
Click to show internal directories.
Click to hide internal directories.