版本信息列表
Name | Description | Type | Additional information |
---|---|---|---|
platform | Platform |
Required |
None.
版本信息列表
Collection of VersionListModelName | Description | Type | Additional information |
---|---|---|---|
Id |
版本ID |
integer |
None. |
Version |
版本号 |
string |
None. |
IsRecommended |
推荐升级 |
integer |
None. |
IsForced |
强制升级 |
integer |
None. |
Platform |
手机系统 |
integer |
None. |
Content |
内容 |
string |
None. |
File |
Apk文件地址 |
string |
None. |
Note |
备注 |
string |
None. |
CreatedBy |
创建人 |
integer |
None. |
CreatedDate |
创建时间 |
date |
None. |
ModifiedBy |
修改人 |
integer |
None. |
ModifiedDate |
修改时间 |
date |
None. |
PlatformName |
操作系统名称 |
string |
None. |
[ { "Id": 1, "Version": "sample string 2", "IsRecommended": 3, "IsForced": 4, "Platform": 5, "Content": "sample string 6", "File": "sample string 7", "Note": "sample string 8", "CreatedBy": 9, "CreatedDate": "2025-04-04T02:34:04.542068+08:00", "ModifiedBy": 11, "ModifiedDate": "2025-04-04T02:34:04.542068+08:00", "PlatformName": "sample string 13" }, { "Id": 1, "Version": "sample string 2", "IsRecommended": 3, "IsForced": 4, "Platform": 5, "Content": "sample string 6", "File": "sample string 7", "Note": "sample string 8", "CreatedBy": 9, "CreatedDate": "2025-04-04T02:34:04.542068+08:00", "ModifiedBy": 11, "ModifiedDate": "2025-04-04T02:34:04.542068+08:00", "PlatformName": "sample string 13" } ]
<ArrayOfVersionListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.HelpCenter.Models"> <VersionListModel> <Content>sample string 6</Content> <CreatedBy>9</CreatedBy> <CreatedDate>2025-04-04T02:34:04.542068+08:00</CreatedDate> <File>sample string 7</File> <Id>1</Id> <IsForced>4</IsForced> <IsRecommended>3</IsRecommended> <ModifiedBy>11</ModifiedBy> <ModifiedDate>2025-04-04T02:34:04.542068+08:00</ModifiedDate> <Note>sample string 8</Note> <Platform>5</Platform> <PlatformName>sample string 13</PlatformName> <Version>sample string 2</Version> </VersionListModel> <VersionListModel> <Content>sample string 6</Content> <CreatedBy>9</CreatedBy> <CreatedDate>2025-04-04T02:34:04.542068+08:00</CreatedDate> <File>sample string 7</File> <Id>1</Id> <IsForced>4</IsForced> <IsRecommended>3</IsRecommended> <ModifiedBy>11</ModifiedBy> <ModifiedDate>2025-04-04T02:34:04.542068+08:00</ModifiedDate> <Note>sample string 8</Note> <Platform>5</Platform> <PlatformName>sample string 13</PlatformName> <Version>sample string 2</Version> </VersionListModel> </ArrayOfVersionListModel>