POST api/ManageArticle/Upload

上传文件

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FileUploadModel
NameDescriptionTypeAdditional information
FileId

文件资源Id

globally unique identifier

None.

FileName

文件名称

string

None.

CreateTime

上传时间

date

None.

ContentType

ContentType

string

None.

DownloadLink

下载链接

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FileId": "a80aaa14-60b7-45d5-a4c5-88b48bc9f900",
    "FileName": "sample string 2",
    "CreateTime": "2024/03/29 08:18:15",
    "ContentType": "sample string 4",
    "DownloadLink": "sample string 5"
  },
  {
    "FileId": "a80aaa14-60b7-45d5-a4c5-88b48bc9f900",
    "FileName": "sample string 2",
    "CreateTime": "2024/03/29 08:18:15",
    "ContentType": "sample string 4",
    "DownloadLink": "sample string 5"
  }
]