POST AutoUpdate/HasNewVersion?version={version}
判断是否有新版本
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
Required |
Body Parameters
None.
Response Information
Resource Description
判断是否有新版本
booleanResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": true,
"msg": null
}
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>