This commit is contained in:
邹宗楠
2022-10-10 17:34:26 +08:00
parent 8635f8cd5a
commit de03915d06
3 changed files with 52 additions and 39 deletions

View File

@@ -184,7 +184,8 @@ func init() {
web.AutoRouter(&controllers.TicTocController{})
web.AutoRouter(&controllers.EnterpriseController{})
web.AutoRouter(&controllers.TiktokController{})
web.AutoRouter(&controllers.TiktokController{}) // 订单
web.AutoRouter(&controllers.TiktokShopController{}) // 门店授权
// 如下都是用于检测存活的空接口
web.Any("/", func(ctx *beecontext.Context) {
ctx.WriteString("pong\n")