GET api/Article/GetArticlePicsById?id={id}
获取文章图片
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取文章图片
Collection of mh163k_News_pic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID |
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_News_pic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Model">
<mh163k_News_pic>
<Chrimage xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 3</Chrimage>
<Dtappenddate xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2025-12-16T16:02:43.0960329+08:00</Dtappenddate>
<Filepath xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 4</Filepath>
<State xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">6</State>
<ThirdId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">5</ThirdId>
<Intorder xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2</Intorder>
<IsFirst xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">true</IsFirst>
<Id>1</Id>
</mh163k_News_pic>
<mh163k_News_pic>
<Chrimage xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 3</Chrimage>
<Dtappenddate xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2025-12-16T16:02:43.0960329+08:00</Dtappenddate>
<Filepath xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">sample string 4</Filepath>
<State xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">6</State>
<ThirdId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">5</ThirdId>
<Intorder xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">2</Intorder>
<IsFirst xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">true</IsFirst>
<Id>1</Id>
</mh163k_News_pic>
</ArrayOfmh163k_News_pic>