Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultApiURL = "https://qyapi.weixin.qq.com/cgi-bin/" DefaultSendTimeout = time.Second * 3 ToUserBatchSize = 1000 ToPartyBatchSize = 100 ToTagBatchSize = 100 AccessTokenInvalid = 42001 DefaultTextTemplate = `{{ template "nm.default.text" . }}` DefaultMarkdownTemplate = `{{ template "nm.default.markdown" . }}` MessageMaxSize = 2048 DefaultExpires = time.Hour * 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.