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

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,11 +2,11 @@ package router
import (
"github.com/gin-gonic/gin"
api2 "pandax/apps/system/api"
"pandax/apps/system/api"
)
func InitSystemRouter(router *gin.RouterGroup) {
s := &api2.System{}
s := &api.System{}
sys := router.Group("")
{