GET api/{area}/IntegralStore/GetGiftList?siteId={siteId}&pageIndex={pageIndex}&pageSize={pageSize}
获取商品列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | string |
Required |
|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ExchangeGiftEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftID | globally unique identifier |
None. |
|
| SiteID | integer |
None. |
|
| GiftName | string |
None. |
|
| StockAmount | integer |
None. |
|
| Score | integer |
None. |
|
| FirstImagePath | string |
None. |
|
| SecondImagePath | string |
None. |
|
| ImagePathList | string |
None. |
|
| WindowHight | integer |
None. |
|
| BriefIntroduction | string |
None. |
|
| Contents | string |
None. |
|
| State | boolean |
None. |
|
| Taxis | integer |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| SaleAmount | integer |
None. |
|
| BrowseNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GiftID": "b36f3d68-4dcf-4098-8331-24cac890146b",
"SiteID": 2,
"GiftName": "sample string 3",
"StockAmount": 4,
"Score": 5,
"FirstImagePath": "sample string 6",
"SecondImagePath": "sample string 7",
"ImagePathList": "sample string 8",
"WindowHight": 9,
"BriefIntroduction": "sample string 10",
"Contents": "sample string 11",
"State": true,
"Taxis": 13,
"CreateTime": "2026-04-19T21:20:29.9442462+08:00",
"UpdateTime": "2026-04-19T21:20:29.9442462+08:00",
"SaleAmount": 16,
"BrowseNumber": 17
},
{
"GiftID": "b36f3d68-4dcf-4098-8331-24cac890146b",
"SiteID": 2,
"GiftName": "sample string 3",
"StockAmount": 4,
"Score": 5,
"FirstImagePath": "sample string 6",
"SecondImagePath": "sample string 7",
"ImagePathList": "sample string 8",
"WindowHight": 9,
"BriefIntroduction": "sample string 10",
"Contents": "sample string 11",
"State": true,
"Taxis": 13,
"CreateTime": "2026-04-19T21:20:29.9442462+08:00",
"UpdateTime": "2026-04-19T21:20:29.9442462+08:00",
"SaleAmount": 16,
"BrowseNumber": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfExchangeGiftEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<ExchangeGiftEntity>
<GiftID>b36f3d68-4dcf-4098-8331-24cac890146b</GiftID>
<SiteID>2</SiteID>
<GiftName>sample string 3</GiftName>
<StockAmount>4</StockAmount>
<Score>5</Score>
<FirstImagePath>sample string 6</FirstImagePath>
<SecondImagePath>sample string 7</SecondImagePath>
<ImagePathList>sample string 8</ImagePathList>
<WindowHight>9</WindowHight>
<BriefIntroduction>sample string 10</BriefIntroduction>
<Contents>sample string 11</Contents>
<State>true</State>
<Taxis>13</Taxis>
<CreateTime>2026-04-19T21:20:29.9442462+08:00</CreateTime>
<UpdateTime>2026-04-19T21:20:29.9442462+08:00</UpdateTime>
<SaleAmount>16</SaleAmount>
<BrowseNumber>17</BrowseNumber>
</ExchangeGiftEntity>
<ExchangeGiftEntity>
<GiftID>b36f3d68-4dcf-4098-8331-24cac890146b</GiftID>
<SiteID>2</SiteID>
<GiftName>sample string 3</GiftName>
<StockAmount>4</StockAmount>
<Score>5</Score>
<FirstImagePath>sample string 6</FirstImagePath>
<SecondImagePath>sample string 7</SecondImagePath>
<ImagePathList>sample string 8</ImagePathList>
<WindowHight>9</WindowHight>
<BriefIntroduction>sample string 10</BriefIntroduction>
<Contents>sample string 11</Contents>
<State>true</State>
<Taxis>13</Taxis>
<CreateTime>2026-04-19T21:20:29.9442462+08:00</CreateTime>
<UpdateTime>2026-04-19T21:20:29.9442462+08:00</UpdateTime>
<SaleAmount>16</SaleAmount>
<BrowseNumber>17</BrowseNumber>
</ExchangeGiftEntity>
</ArrayOfExchangeGiftEntity>