pdd绑定

This commit is contained in:
suyl
2021-04-27 18:14:51 +08:00
parent e58964633c
commit 270eef92ef
4 changed files with 159 additions and 120 deletions

View File

@@ -56,6 +56,11 @@ func init() {
&controllers.CmsController{},
),
),
web.NSNamespace("/union",
web.NSInclude(
&controllers.UnionController{},
),
),
)
web.AddNamespace(ns)
web.AutoRouter(&controllers.WXPayController{})