接口:互动工具------抽奖统计

  • 互动工具------抽奖统计

请求URL:

GET/v2/interact/lottery-stat

参数:

参数名 是否必须 类型 说明
sign string 签名
signed_at string 时间戳
app_id string appId
activity_id string 互动id

返回参数说明:

公共相应参数,详细内容请参考[返回结果]

返回数据如下:

参数名 类型 说明
code int
msg string
data[push_count] int 推送次数
data[join_count] int 参数次数
data[count] int 总数
request_id string

请求结果示例:

{
    "code": 200,
    "msg": "",
    "data": {
        "push_count": 0,
        "join_count": 0,
        "count": 0
    },
    "request_id": "d6f2247f-2888-420f-ba2e-758e1b07"
}

备注:

  • 更多返回错误代码请看首页的错误代码描述