GET api/Plugin/GetDetail?id={id}
后台 - 获取门户插件详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取门户插件详情
PlugInDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
主键 |
integer |
None. |
| Name |
名称 |
string |
None. |
| PlugInEnum |
插件性质 |
PlugInEnum |
None. |
| IsShelf |
是否上架(1上架、0下架) |
boolean |
None. |
| PlugInCategary |
插件分类 |
PlugInCategary |
None. |
| PlugInProperty |
插件属性 |
PlugInProperty |
None. |
| Sort |
排序值 |
integer |
None. |
| PicUrl |
封面 |
string |
None. |
| Price |
价格 |
decimal number |
None. |
| Platform |
平台 |
string |
None. |
| Description |
简介 |
string |
None. |
| Comment |
须知 |
string |
None. |
| UpdateContent |
更新内容 |
string |
None. |
| Promotion |
文宣 |
string |
None. |
| PackageAddress |
远程最新升级包地址 |
string |
None. |
| TestPackageAddress |
远程测试最新升级包地址 |
string |
None. |
| IsAuth |
是否被授权 |
boolean |
None. |
| Attachments |
图片附件 |
Collection of AttachmentDto |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PlugInDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Plugin">
<Attachments>
<AttachmentDto>
<EntityId>2</EntityId>
<EntityType>Plugin</EntityType>
<FilePath>sample string 3</FilePath>
<Id>1</Id>
</AttachmentDto>
<AttachmentDto>
<EntityId>2</EntityId>
<EntityType>Plugin</EntityType>
<FilePath>sample string 3</FilePath>
<Id>1</Id>
</AttachmentDto>
</Attachments>
<Comment>sample string 9</Comment>
<Description>sample string 8</Description>
<Id>1</Id>
<IsAuth>true</IsAuth>
<IsShelf>true</IsShelf>
<Name>sample string 2</Name>
<PackageAddress>sample string 12</PackageAddress>
<PicUrl>sample string 5</PicUrl>
<Platform>sample string 7</Platform>
<PlugInCategary>Module</PlugInCategary>
<PlugInEnum>Module</PlugInEnum>
<PlugInProperty>Hot</PlugInProperty>
<Price>6.1</Price>
<Promotion>sample string 11</Promotion>
<Sort>4</Sort>
<TestPackageAddress>sample string 13</TestPackageAddress>
<UpdateContent>sample string 10</UpdateContent>
</PlugInDetailDto>