1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user