GET api/LoveUser/GetLoveUserPics

会员中心--获取相亲会员图片

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--获取相亲会员图片

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:

Sample not available.

text/json

Sample:

Sample not available.

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-26T00:52:54.7786593+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-26T00:52:54.7786593+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>