Appearance
红包详情
1 接口名称
红包详情
2 接口描述
3 请求地址
Plain
{apiAddress}/redBag/detail
4 请求方式
GET
5 请求参数
5.1 Header 参数
参数名 | 必选 | 类型/参数值 | 说明 |
---|---|---|---|
Content-Type | 是 | application/json | 请求参数类型 |
5.2 Query Params 参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
spaceId | 是 | long | 空间id |
id | 是 | long | 红包id |
6 返回示例
JSON
{
"message": "success",
"code": 0,
"success": true,
"data": {
"id": 0,
"spaceId": 0,
"name": "",
"minPrice": "",
"maxPrice": "",
"mainImg": "",
"faceImg": "",
"desc": "",
"exchangeDesc": "",
"remark": "",
"expireTime": ""
}
}