名称:红包详情
接口:/merchant/live/redPacketInfo
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 主键id | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"id": 3,
"type": 2, //1普通2拼手气
"wishing": "大吉大利今晚吃鸡",
"total_amount": 1, //金额单位元
"num": 1,
"status": 1 //1未发送 2已发送 0发送失败
}
}