GET api/Score/Prize/Swap
获取奖品兑换列表 (说明:App和小程序通用)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
返状态码: 200:请求成功... 。
PrizeSwapResult| Name | Description | Type | Additional information |
|---|---|---|---|
| prizeList |
业务数据集合 |
Collection of PrizeSwap |
None. |
| status |
公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。 |
integer |
None. |
| msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"prizeList": [
{
"PrizeExchange_ID": 1,
"PrizeExchange_Title": "sample string 2",
"PrizeExchange_CoverUrl": "sample string 3",
"PrizeExchange_Score": 4
},
{
"PrizeExchange_ID": 1,
"PrizeExchange_Title": "sample string 2",
"PrizeExchange_CoverUrl": "sample string 3",
"PrizeExchange_Score": 4
}
],
"status": 1,
"msg": "sample string 2"
}