简要描述:

  • 优惠券列表

请求URL:

POST/wapapi/goods/recieve_coup

参数:

参数名 是否必须 类型 说明
coupon_type_id 必填 int 优惠券ID

返回示例:

正确时返回:

{
    "code": "0",
    "message": "领取成功"
}

错误时返回:

{
    "code": -1,
    "message": "领取失败"
}

返回参数说明: