Documentation ¶
Index ¶
- func MapToUrlencoded(m map[string]string, secretKey string) string
- type ApiResult
- type WoolSDK
- func (client *WoolSDK) ApiRequest(method string, jsonObject map[string]string) (ApiResult, error)
- func (client *WoolSDK) GetIMToken(userID string) (ApiResult, error)
- func (client *WoolSDK) GetNonce() string
- func (client *WoolSDK) GetSign(jsonObject map[string]string) string
- func (client *WoolSDK) Request(apiUrl string, jsonObject map[string]string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WoolSDK ¶
func (*WoolSDK) ApiRequest ¶
API封装请求
func (*WoolSDK) GetIMToken ¶
获取用户IMtoken
Click to show internal directories.
Click to hide internal directories.