简要描述:

  • 满减送

请求URL:

POST/wapapi/addons/execute/addons/fullcut/controller/fullcut/action/getFullCut

参数:

参数名 是否必须 类型 说明
goods_id int 商品id

返回示例:

正确时返回:

{
    "code": 0,
	"message":"获取成功"
    "data": {
		"man_song":{
			"mansong_id":1,
			"mansong_name":"5.1大酬宾",
			"start_time":时间戳,
			"end_time":时间戳,
			"rule"[
			{
				"price":100//满100金额,
				"dicsount":10//减10元,
				"free_shippng":0/1,是否包邮,
				"give_point":10//送积分数目,
				"coupon":{
					"coupon_type_id":99,
					"coupon_type_name":"满100-1优惠券"
				}
			},
			{
				"price":200//满200金额,
				"dicsount":20//减20元,
				"free_shipping":0/1,//是否包邮,
				"give_point":20//送积分数目,
				"coupon":{
					"coupon_type_id":100,
					"coupon_type_name":"满100-2优惠券"
				}
			}
			]
		}
	}
}

错误时返回:

{
    "code": < 0,
    "message": "错误信息"
}