Concise description
- The title used to display the system can be customized.
Request URL
{{adminHost:8181}}/getVersionInfo
Request Method
Success Response Example
{
"code": 1000,
"message": "Success",
"result": {
"rdpEnable": true,
"remainMinutes": "91459629058",
"mId": "c255ced0be4451c5ba5524b926a53816",
"env": "dev",
"snTypeName": "开发版",
"version": "3.3.0.0"
}
}
Parameter Note for Success Response Example
| Field Name |
Type |
Note |
| code |
string |
None |
| message |
string |
None |
| result |
string |
System name, compatible with multilingual environments |
| rdpEnable |
string |
Whether to enable 2D sharing applications (some security review mechanisms are not allowed to be opened) |
| remainMinutes |
string |
Authorization remaining time |
| mId |
string |
Machine code |
| env |
string |
Prod represents the production environment |
| snTypeName |
string |
Authorization type |
| version |
string |
Server version number |