Versions in this module Expand all Collapse all v0 v0.1.2 Aug 20, 2018 v0.1.1 May 14, 2017 Changes in this version + var DefCommonParams = map[string]string + func GetSortedQueryStr(params map[string]string) (sortedQueryStr string) + type Client struct + AppKey string + AppSecret string + UseHTTPS bool + func (c *Client) Exec(params map[string]string) (success bool, result string, err error) + func (c *Client) IsValid() bool + func (c *Client) MakeRequestBody(params map[string]string) (body io.Reader, err error) + func (c *Client) Post(params map[string]string) (resp *http.Response, err error) + func (c *Client) SignHMAC(params map[string]string) (signature string) + func (c *Client) SignMD5(params map[string]string) (signature string) + func (c *Client) UpdateCommonParams(params map[string]string)