打印机

This commit is contained in:
邹宗楠
2022-08-03 09:04:28 +08:00
parent 3ede3efd61
commit e552efc2ad
20 changed files with 435 additions and 22 deletions

View File

@@ -14,8 +14,10 @@ func Init(r *gin.Engine) {
InitV1System(r.Group("v1"))
// app端不需要token
InitV3App(r.Group("/v1"))
// app端需要token
InitV4App(r.Group("/v2"))
//自动路由
r.Any("/callback/*path", router.AutoRoute(&controllers.CallbackController{}))