Documentation ¶
Index ¶
Constants ¶
View Source
const ( Success = 0 DebugOff = 0 DebugOn = 1 HeaderRequestID = "Request-ID" Version = "v1.1.6" )
Variables ¶
View Source
var ( HostMap = map[Host]string{ HostDefault: "https://api.weixin.qq.com", HostDefault2: "https://api2.weixin.qq.com", HostSH: "https://sh.api.weixin.qq.com", HostSZ: "https://sz.api.weixin.qq.com", HostHK: "https://hk.api.weixin.qq.com", } )
Functions ¶
This section is empty.
Types ¶
type DebugSwitch ¶
type DebugSwitch int8
Click to show internal directories.
Click to hide internal directories.