封装的方法类
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package wecom
|
||||
|
||||
type wecom struct{}
|
||||
|
||||
// 企业微信
|
||||
|
||||
const (
|
||||
WeComHost string = ""
|
||||
)
|
||||
|
||||
func NewWeCom() *wecom {
|
||||
return &wecom{}
|
||||
}
|
||||
Reference in New Issue
Block a user