Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // 调试模式,开启后会打印调试信息 Debug bool = false )
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server 微信服务容器
type WxConfig ¶
type WxConfig struct {
AppId string
Token string
Secret string
EncodingAESKey string
AgentId int
AppName string
DataFormat string // 数据格式:JSON、XML
}
WxConfig 配置,用于New()
Click to show internal directories.
Click to hide internal directories.