other/configuring-a-virtual-version-number

Description

  • Set a virtual version number to address the issue where some accounts are unable to log in due to being flagged as too outdated. Please note that this feature may not be effective for all accounts.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
filePathYesstringimage path

Return Example

{
  "type": 1005,
  "version": "3.9.10.19"
}

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark