first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package wxface
|
||||
|
||||
import "xiawan/wx/srv"
|
||||
|
||||
// IWXServer 微信服务
|
||||
type IWXServer interface {
|
||||
Start()
|
||||
GetWXMsgHandler() IWXMsgHandler
|
||||
GetWXConnectMgr() IWXConnectMgr
|
||||
GetWXFileMgr() *srv.WXFileMgr
|
||||
AddWXRouter(funcID uint32, wxRouter IWXRouter)
|
||||
|
||||
// UpdateExpiryDate 更新授权码过期时间
|
||||
UpdateExpiryDate(key, expiryDate string)
|
||||
// 更新禁用状态
|
||||
UpdateDisable(key string, disable int)
|
||||
}
|
||||
Reference in New Issue
Block a user