POST api/Tv/GetTvGiftList
获取礼物列表(201904)
Request Information
URI Parameters
None.
Body Parameters
TvGiftSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftName |
礼物名称 |
string |
None. |
| PageIndex |
页码 |
integer |
None. |
| PageSize |
每页多少条 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"giftName": "sample string 1",
"pageIndex": 2,
"pageSize": 3
}
Response Information
Resource Description
获取礼物列表(201904)
PageListResponseOfTvGiftModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | PageInfo |
None. |
|
| List | Collection of TvGiftModel |
None. |
|
| Other | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": {
"pageIndex": 1,
"pageSize": 2,
"totalCount": 3
},
"list": [
{
"id": 1,
"giftCode": "sample string 2",
"giftType": "sample string 3",
"giftName": "sample string 4",
"giftPic": "sample string 5",
"giftSpType": 6,
"giftDesc": "sample string 7",
"unit": "sample string 8",
"channel": "sample string 9",
"unitPrice": 10.0,
"exchangePrice": 11.0,
"effectTime": "2025-12-06T03:00:05.6001858+08:00",
"expireTime": "2025-12-06T03:00:05.6001858+08:00",
"sort": 14,
"createdOn": "2025-12-06T03:00:05.6001858+08:00",
"createdBy": "sample string 16"
},
{
"id": 1,
"giftCode": "sample string 2",
"giftType": "sample string 3",
"giftName": "sample string 4",
"giftPic": "sample string 5",
"giftSpType": 6,
"giftDesc": "sample string 7",
"unit": "sample string 8",
"channel": "sample string 9",
"unitPrice": 10.0,
"exchangePrice": 11.0,
"effectTime": "2025-12-06T03:00:05.6001858+08:00",
"expireTime": "2025-12-06T03:00:05.6001858+08:00",
"sort": 14,
"createdOn": "2025-12-06T03:00:05.6001858+08:00",
"createdBy": "sample string 16"
}
],
"other": {}
}