This commit is contained in:
邹宗楠
2022-10-14 16:44:10 +08:00
parent 802339822f
commit 068cf655c4
3 changed files with 17 additions and 6 deletions

View File

@@ -186,6 +186,7 @@ func init() {
web.AutoRouter(&controllers.TiktokController{}) // 订单
web.AutoRouter(&controllers.TiktokShopController{}) // 门店授权
web.AutoRouter(&controllers.LogisticsController{}) // 抖音快递信息同步
// 如下都是用于检测存活的空接口
web.Any("/", func(ctx *beecontext.Context) {
ctx.WriteString("pong\n")