优化功能,通知功能,任务功能

This commit is contained in:
PandaGoAdmin
2021-12-24 16:50:06 +08:00
parent d71b0154f6
commit 816791f148
31 changed files with 521 additions and 72 deletions

View File

@@ -2,13 +2,13 @@ package router
import (
"github.com/gin-gonic/gin"
api2 "pandax/apps/system/api"
services "pandax/apps/system/services"
"pandax/apps/system/api"
"pandax/apps/system/services"
"pandax/base/ctx"
)
func InitApiRouter(router *gin.RouterGroup) {
s := &api2.SystemApiApi{
s := &api.SystemApiApi{
ApiApp: services.SysSysApiModelDao,
}
api := router.Group("api")