Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (*App) NewParamsWith ¶
func (*App) WebhookSend ¶
func (app *App) WebhookSend(notMustParams ...Params) *WebhookSendResult
WebhookSend https://developer.work.weixin.qq.com/document/path/90372
type WebhookSendResponse ¶ added in v1.0.44
type WebhookSendResult ¶
type WebhookSendResult struct { Result WebhookSendResponse // 结果 Body []byte // 内容 Err error // 错误 }
func NewWebhookSendResult ¶ added in v1.0.44
func NewWebhookSendResult(result WebhookSendResponse, body []byte, err error) *WebhookSendResult
Click to show internal directories.
Click to hide internal directories.