GET api/IconPic/GetIconPicsByModuleId?moduleId={moduleId}
根据模块id获取图标信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleId |
模块id |
ModuleType |
Required |
Body Parameters
None.
Response Information
Resource Description
根据模块id获取图标信息
Collection of mh163k_icon_pic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID |
integer |
None. |
| ThirdGroupId |
分组字段 |
integer |
None. |
| IsFirst |
是否为封面 |
boolean |
None. |
| Intorder |
排序 |
integer |
None. |
| Chrimage |
图片缩略图地址 |
string |
None. |
| Filepath |
图片地址 |
string |
None. |
| ThirdId |
关联的信息id |
integer |
None. |
| Dtappenddate |
时间 |
date |
None. |
| State |
半持久码 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_icon_pic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
<mh163k_icon_pic>
<Chrimage xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 4</Chrimage>
<Dtappenddate xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2025-12-16T15:53:28.3282795+08:00</Dtappenddate>
<Filepath xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 5</Filepath>
<State xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">7</State>
<ThirdId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">6</ThirdId>
<Intorder xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">3</Intorder>
<IsFirst xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">true</IsFirst>
<ThirdGroupId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2</ThirdGroupId>
<Id>1</Id>
</mh163k_icon_pic>
<mh163k_icon_pic>
<Chrimage xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 4</Chrimage>
<Dtappenddate xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2025-12-16T15:53:28.3282795+08:00</Dtappenddate>
<Filepath xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 5</Filepath>
<State xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">7</State>
<ThirdId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">6</ThirdId>
<Intorder xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">3</Intorder>
<IsFirst xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">true</IsFirst>
<ThirdGroupId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2</ThirdGroupId>
<Id>1</Id>
</mh163k_icon_pic>
</ArrayOfmh163k_icon_pic>