GET api/Image/Select?ThirdId={ThirdId}&ThirdGroupId={ThirdGroupId}&Secene={Secene}
查询图片列表(根据三方id或state)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ThirdId |
三方业务表id |
integer |
None. |
| ThirdGroupId |
业务三方分组id,可用于存储房源相册分组id等特有场景的id信息 |
integer |
None. |
| Secene | ImageScene |
None. |
Body Parameters
None.
Response Information
Resource Description
查询图片列表(根据三方id或state)
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-16T15:56:31.1899955+08:00</Dtappenddate>
<Filepath>sample string 2</Filepath>
<State>4</State>
<ThirdId>3</ThirdId>
</BaseFileModel>
<BaseFileModel>
<Chrimage>sample string 1</Chrimage>
<Dtappenddate>2025-12-16T15:56:31.1899955+08:00</Dtappenddate>
<Filepath>sample string 2</Filepath>
<State>4</State>
<ThirdId>3</ThirdId>
</BaseFileModel>
</ArrayOfBaseFileModel>