Documentation ¶
Index ¶
- type CancelMessage
- type Client
- func (c *Client) CreateSignature(data map[string]string) string
- func (c *Client) Execute(request *Request) (string, error)
- func (c *Client) SetAppId(appId string) *Client
- func (c *Client) SetSecretKey(secretKey string) *Client
- func (c *Client) SetSignType(signType string) *Client
- func (c *Client) SetTimestamp(timestamp int64) *Client
- func (c *Client) SetVersion(version string) *Client
- type PlainMessage
- type Request
- type TemplateMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelMessage ¶
type CancelMessage struct {
MessageId string `json:"message_id"`
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SetSecretKey ¶
func (*Client) SetSignType ¶
func (*Client) SetTimestamp ¶
func (*Client) SetVersion ¶
type PlainMessage ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
func NewRequest() *Request
func (*Request) GetBizContent ¶
func (*Request) SetBizContent ¶
Click to show internal directories.
Click to hide internal directories.