This commit is contained in:
抒情熊
2024-09-21 22:57:49 +08:00
committed by GitHub
2 changed files with 18 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ import (
)
type ModelRequest struct {
Model string `json:"model"`
Model string `json:"model" form:"model"`
}
func Distribute() func(c *gin.Context) {