GET api/Image/Select?ThirdId={ThirdId}&ThirdGroupId={ThirdGroupId}&Secene={Secene}

查询图片列表(根据三方id或state)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
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:
<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-25T18:27:34.9786057+08:00</Dtappenddate>
    <Filepath>sample string 2</Filepath>
    <State>4</State>
    <ThirdId>3</ThirdId>
  </BaseFileModel>
  <BaseFileModel>
    <Chrimage>sample string 1</Chrimage>
    <Dtappenddate>2024-04-25T18:27:34.9786057+08:00</Dtappenddate>
    <Filepath>sample string 2</Filepath>
    <State>4</State>
    <ThirdId>3</ThirdId>
  </BaseFileModel>
</ArrayOfBaseFileModel>