接口简介

  • 查看app红包详情

重要说明:…

接口请求说明

请求方式

GET https://站点接口域名/openapi/envelopes/{id}

请求参数

参数名 类型 是否必须 说明
id int 红包id

请求示例

# GET请求
curl -X GET  'https://站点接口域名/openapi/envelopes/1' \
  -H 'Authorization: Bearer 5d39164d1f281' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json'

接口响应说明

响应示例

{
    "code": 0,
    "text": "",
    "data": {
        "id": 286,
        "type": 4,
        "name": "测试红包",
        "notice_on_empty": "没有",
        "status": 1,
        "created_at": 1570501628,
        "updated_at": 1570518092,
        "items": [
            {
                "id": 947,
                "parent_id": 286,
                "is_default": 0,
                "total": 200,
                "hour_intval": 0,
                "intval_max": 0,
                "chance": 60,
                "sponsor": "赞助商233",
                "left": "200",
                "start_at": 1,
                "end_at": 1570770000,
                "cash": 10,
                "coin": 10,
                "experience": 10,
                "real": "",
                "real_expire_at": 0,
                "real_linkman": "",
                "real_tel": "",
                "real_address": "",
                "real_code": "",
                "notice": "赶紧来拿1",
                "status": 1,
                "created_at": 1570502306,
                "updated_at": 1570516985
            }
        ]
    },
    "time": 1570519859
}

响应结果说明

字段名 类型 说明
id int 红包id
type int 红包类型
name string 红包名
notice_on_empty string 空奖提醒
status int 1开启 0禁用
items array 奖项

items说明

字段名 类型 说明
id int 奖项id
is_default int 是否默认奖项
total int 库存总量
hour_intval int 单位时间频率限制
intval_max int 单位时间最多允许被消耗的数量
chance int 中奖率
sponsor string 赞助商
left int 剩余数量
start_at int 开始时间
end_at int 结束时间
cash int 现金
coin int 虚拟币
experience int 经验
real string 实物
real_expire_at int 实物有效期止
real_linkman string 实物联系人
real_tel string 实物联系电话
real_address string 领奖地址
real_code string 领奖暗号
notice string 领奖提醒
status int 1启用 2禁用
文档更新时间: 2019-11-11 10:00   作者:李奕飞