POST api/File/FileUploadToGta

文件上传,Gta

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

文件上传,Gta

ResponseResultOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": "sample string 4"
}