GET api/AI/GetAllGift
奖品列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Voice_Gift| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| title | string |
None. |
|
| price | integer |
None. |
|
| imgSrc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"title": "sample string 2",
"price": 3,
"imgSrc": "sample string 4"
},
{
"id": "sample string 1",
"title": "sample string 2",
"price": 3,
"imgSrc": "sample string 4"
}
]