fix
wangpengfei
2023-08-28 28fb78f3fa0e4f629ff7d49f8305f5120cdafd15
api/v1/system/sys_chatgpt.go
@@ -1,12 +1,12 @@
package system
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   sysModel "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/response"
   sysModel "srm/model/system"
   "srm/model/system/request"
)
type ChatGptApi struct{}