fix gitee #I4FWFT

This commit is contained in:
xingzi 2021-10-30 22:54:09 +08:00
parent b2b5a21775
commit b9d108fd4b
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ public class OpenApiBuilder {
detail.put("items", items);
} else {
detail.put("format", "binary");
detail.put("type", "string");
}
}
properties.put(apiParam.getField(), detail);