wangpengfei
2023-08-25 25c573d55986e02cf5f70cc3868e2b94a4be98e2
router/system/sys_chatgpt.go
@@ -1,9 +1,9 @@
package system
import (
   v1 "github.com/flipped-aurora/gin-vue-admin/server/api/v1"
   "github.com/flipped-aurora/gin-vue-admin/server/middleware"
   "github.com/gin-gonic/gin"
   v1 "srm/api/v1"
   "srm/middleware"
)
type ChatGptRouter struct{}