- weixinsns.

This commit is contained in:
gazebo
2018-09-04 15:54:51 +08:00
parent 8f5288c771
commit 5966b397d0
3 changed files with 81 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ func init() {
beego.AutoRouter(&controllers.ElemeController{})
beego.AutoRouter(&controllers.DadaDeliveryController{})
beego.AutoRouter(&controllers.WeiXinController{})
beego.Any("/", func(ctx *beecontext.Context) {
ctx.WriteString("pong\n")
})