GET api/LoveUser/AdminGetLoveUserPics?id={id}

后台--获取相亲会员图片根据id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取相亲会员图片根据id

Collection of mh163k_love_user_img
NameDescriptionTypeAdditional information
id

主键

integer

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:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfmh163k_love_user_img xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">
  <mh163k_love_user_img>
    <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-30T02:02:29.4729252+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>2</Intorder>
    <id>1</id>
  </mh163k_love_user_img>
  <mh163k_love_user_img>
    <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-30T02:02:29.4729252+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>2</Intorder>
    <id>1</id>
  </mh163k_love_user_img>
</ArrayOfmh163k_love_user_img>