Documentation ¶ Index ¶ type Client func NewClient(app kernel.ApplicationInterface) (*Client, error) func (comp *Client) Send(ctx context.Context, messages *power.HashMap) (*response.ResponseExternalContactMessageSend, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { BaseClient *kernel.BaseClient } func NewClient ¶ func NewClient(app kernel.ApplicationInterface) (*Client, error) func (*Client) Send ¶ func (comp *Client) Send(ctx context.Context, messages *power.HashMap) (*response.ResponseExternalContactMessageSend, error) 发送「学校通知」 https://developer.work.weixin.qq.com/document/path/92291 Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis response Click to show internal directories. Click to hide internal directories.