2

在此处输入图像描述

我正在使用 Swashbuckle 5.1.5 作为我的其余 API 来上传图像,但表单数据参数数据类型出现为未定义。如何设置数据类型?

operation.parameters.Add(new Parameter
{
   name = "file",
   required = true,
   type = "file",
   @in = "formData"
}
4

1 回答 1

0

这应该可以正常工作。我正在使用最新的 swashbuckle 版本。可以试试最新版本吗

于 2016-10-07T13:37:59.380 回答