插件配置已完成

This commit is contained in:
GeekMaster
2025-08-29 14:49:51 +08:00
parent 696ef20a80
commit 539e91c12e
22 changed files with 610 additions and 580 deletions

View File

@@ -9,8 +9,9 @@ package resp
import (
"geekai/core/types"
"github.com/gin-gonic/gin"
"net/http"
"github.com/gin-gonic/gin"
)
func SUCCESS(c *gin.Context, values ...interface{}) {