This commit is contained in:
苏尹岚
2021-04-20 17:45:08 +08:00
parent 360d8a5220
commit a0b0e31d5c
3 changed files with 34 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ func init() {
web.AddNamespace(ns)
web.AutoRouter(&controllers.WXPayController{})
web.AutoRouter(&controllers.TongLianController{})
web.AutoRouter(&controllers.MTWMController{})
// 如下都是用于检测存活的空接口
web.Any("/", func(ctx *beecontext.Context) {