POST FileUpload

“Post”的文档。

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Data": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Count": 3
}