GET api/LoveUser/GetLoveUserInfoPics?loveUserid={loveUserid}
前台--会员图片单独接口
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loveUserid |
相亲会员id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
前台--会员图片单独接口
Collection of BaseFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
<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>2025-12-16T16:02:40.1741578+08:00</Dtappenddate>
<Filepath>sample string 2</Filepath>
<State>4</State>
<ThirdId>3</ThirdId>
</BaseFileModel>
<BaseFileModel>
<Chrimage>sample string 1</Chrimage>
<Dtappenddate>2025-12-16T16:02:40.1741578+08:00</Dtappenddate>
<Filepath>sample string 2</Filepath>
<State>4</State>
<ThirdId>3</ThirdId>
</BaseFileModel>
</ArrayOfBaseFileModel>