名称:红包编辑
接口:/merchant/live/redPacketEdit
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 主键id | 36 |
type | int | Y | 1普通 2 拼手气 | 1 |
num | int | Y | 数量 | 1 |
total_amount | float | Y | 金额单位元 最小为0.01 type为2时候是总金额为1时候是单价 | 1 |
wishing | str | Y | 封面 | 1 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": []
}