GET api/Article/GetArticlePicsById?id={id}

获取文章图片

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取文章图片

Collection of mh163k_News_pic
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.

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">2024-04-20T18:44:45.6182587+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">2024-04-20T18:44:45.6182587+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>