POST api/admin/appversion/add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "appType": "sample string 2",
  "appName": "sample string 3",
  "versionType": "sample string 4",
  "masterVersion": 5,
  "secondVersion": 6,
  "revisedVersion": 7,
  "buildVersion": 8,
  "updateInstall": true,
  "updateLog": "sample string 10",
  "buildTime": "2025-04-04 20:11:07",
  "downloadURL": "sample string 11",
  "appid": 12
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "returnCode": "sample string 1",
  "returnMsg": "sample string 2",
  "resultCode": "sample string 3",
  "errorCode": "sample string 4",
  "errorCodeDes": "sample string 5",
  "currentTime": "2025-04-04 20:11:07",
  "data": {}
}