Skip to content

红包详情

1 接口名称

红包详情

2 接口描述

3 请求地址

Plain
{apiAddress}/redBag/detail

4 请求方式

GET

5 请求参数

5.1 Header 参数

参数名必选类型/参数值说明
Content-Typeapplication/json请求参数类型

5.2 Query Params 参数

参数名必选类型说明
spaceIdlong空间id
idlong红包id

6 返回示例

JSON
{
    "message": "success",
    "code": 0,
    "success": true,
    "data": {
        "id": 0,
        "spaceId": 0,
        "name": "",
        "minPrice": "",
        "maxPrice": "",
        "mainImg": "",
        "faceImg": "",
        "desc": "",
        "exchangeDesc": "",
        "remark": "",
        "expireTime": ""
      }
    
}

7 备注