package wecom
type wecom struct{}
// 企业微信
const (
WeComHost string = ""
)
func NewWeCom() *wecom {
return &wecom{}
}