GET api/LoveUser/GetLoveUserInfoPics?loveUserid={loveUserid}

前台--会员图片单独接口

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveUserid

相亲会员id

integer

Required

Body Parameters

None.

Response Information

Resource Description

前台--会员图片单独接口

Collection of BaseFileModel
NameDescriptionTypeAdditional information
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:
<ArrayOfBaseFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">
  <BaseFileModel>
    <Chrimage>sample string 1</Chrimage>
    <Dtappenddate>2024-04-30T02:35:48.6604735+08:00</Dtappenddate>
    <Filepath>sample string 2</Filepath>
    <State>4</State>
    <ThirdId>3</ThirdId>
  </BaseFileModel>
  <BaseFileModel>
    <Chrimage>sample string 1</Chrimage>
    <Dtappenddate>2024-04-30T02:35:48.6604735+08:00</Dtappenddate>
    <Filepath>sample string 2</Filepath>
    <State>4</State>
    <ThirdId>3</ThirdId>
  </BaseFileModel>
</ArrayOfBaseFileModel>