POST api/v1/SelfCheckin/ClientUpdateInfo
获取升级信息
请求信息(Request)
URI 参数
None.
Body 参数
SelfCheckinUpdateInfo名称 | 描述 | 类型 | 备注 |
---|---|---|---|
VersionNumber |
版本号 |
integer |
None. |
VersionName |
版本名称 |
string |
None. |
FileName |
文件名 |
string |
None. |
Url |
下载地址 |
string |
None. |
Desc |
升级说明 |
string |
None. |
PublishTime |
发布时间 |
date |
None. |
请求格式
application/json, text/json
Sample:
{ "VersionNumber": 1, "VersionName": "sample string 2", "FileName": "sample string 3", "Url": "sample string 4", "Desc": "sample string 5", "PublishTime": "2025-05-04T17:00:35.0118095+08:00" }
application/xml, text/xml
Sample:
<SelfCheckinUpdateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLife.Application.DTOs.Api"> <Desc>sample string 5</Desc> <FileName>sample string 3</FileName> <PublishTime>2025-05-04T17:00:35.0118095+08:00</PublishTime> <Url>sample string 4</Url> <VersionName>sample string 2</VersionName> <VersionNumber>1</VersionNumber> </SelfCheckinUpdateInfo>
application/x-www-form-urlencoded
Sample:
响应信息(Response)
资源描述
SelfCheckinUpdateInfo名称 | 描述 | 类型 | 备注 |
---|---|---|---|
VersionNumber |
版本号 |
integer |
None. |
VersionName |
版本名称 |
string |
None. |
FileName |
文件名 |
string |
None. |
Url |
下载地址 |
string |
None. |
Desc |
升级说明 |
string |
None. |
PublishTime |
发布时间 |
date |
None. |
响应格式
application/json, text/json
Sample:
{ "VersionNumber": 1, "VersionName": "sample string 2", "FileName": "sample string 3", "Url": "sample string 4", "Desc": "sample string 5", "PublishTime": "2025-05-04T17:00:35.0274382+08:00" }
application/xml, text/xml
Sample:
<SelfCheckinUpdateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLife.Application.DTOs.Api"> <Desc>sample string 5</Desc> <FileName>sample string 3</FileName> <PublishTime>2025-05-04T17:00:35.0274382+08:00</PublishTime> <Url>sample string 4</Url> <VersionName>sample string 2</VersionName> <VersionNumber>1</VersionNumber> </SelfCheckinUpdateInfo>