简要描述:

  • 兑换挑战次数

请求URL:

POST/plugin.redpack.frontend.activity.exchange

参数:

参数名 是否必须 类型 说明
activity_id int 活动id
exchange_key string 兑换的规则项的规则键(goods、consume、invite、credit)注:邀请好友的奖励为自动发放,不走该接口
times int 兑换次数,积分兑换时需要传

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "成功",
	"data": []
}

错误返回

{
	"result": 0,
	"msg": "错误信息",
	"data": []
}