You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if defineStruct, ok := route.RequestType.(spec.DefineStruct); ok {// for _, member := range defineStruct.Members {// if strings.Contains(member.Tag, "form") {// operationObject.Consumes = []string{"multipart/form-data"}// break// }// }// }
目前只能先注释掉该部分内容进行使用
The text was updated successfully, but these errors were encountered:
如果字段名字中带有form字符,会将json的tag错误识别,导致请求转为form提交
目前只能先注释掉该部分内容进行使用
The text was updated successfully, but these errors were encountered: