GET Api/CheckAppUpdate?userID={userID}&version={version}&type={type}
检测是否有新版本
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
用户ID |
globally unique identifier |
Required |
| version |
版本号 |
string |
Required |
| type |
获取类型,1android,2ios |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfvm_AppUpdateMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| data | vm_AppUpdateMsg |
None. |
|
| Code |
执行状态码 |
string |
None. |
| Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"isForceUpgrade": 1,
"fldGuid": "392ac130-3129-49c5-b8fc-6a9fc8084985",
"fldReadGuid": "209a965c-7868-4cbc-9412-b967d4f52ba5",
"title": "sample string 3",
"info": "sample string 4",
"type": "sample string 5",
"url": "sample string 6",
"fldPagePath": "sample string 7",
"version": "sample string 8",
"time": "2026-04-09T01:15:34.7130058+08:00"
},
"Code": "sample string 1",
"Message": "sample string 2"
}