获取优惠券详情

拥有此API的权限集
营销码券管理-查询

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.coupon.info/1.0.0
  • 频率限制:10秒500次

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明 备注(示例)
access_token string 专属token ...
user_id string 用户id ...
coupon_id string 优惠券id ...

请求示例

{
  "access_token" : "xe_xxxxx",
  "user_id": "u_xxxx",
  "coupon_id": "cou_xxxx"
}

返回参数

参数名 必选 类型 说明 备注
code int 请求结果码 请求成功返回0,请求失败错误码请查看错误码描述说明
msg string 描述信息
data class 数据

数据列表data

参数名 必选 类型 说明 备注(示例)
id string 优惠卷id ``
app_id string 店铺appId ``
type int 优惠券类型 0-指定商品可用 1-全部商品可用 2-指定商品不可用 ``
title string 优惠券标题 ``
valid_at string 开始有效期 'Y-m-d H:i:s'
invalid_at string 开始无效期 ``
manual_stop_at string 手动结束时间 ``
price int 金额(单位:元) ``
receive_rule int 每人限领 ``
require_price int 最低消费金额 ``
bind_res_count int 绑定资源数 ``
count int 发行总量 ``
has_received int 已领取总数 ``
can_share int 是否可以进行分享 1-可以 0-不可以 ``
current_user_received_count int 当前用户已领取总数 ``
discount_percent int 优惠券打几折,折扣力度百分比 【0-100】 ``
discount_limit_price int 折扣上限, 最多优惠金额【0表示不限制】 ``
resource_info array 绑定资源列表 ``

数据列表resource_info

参数名 必选 类型 说明 备注(示例)
id string id ``
spu_id string spu id ``
goods_id string 商品id ``
resource_id string 资源id ``
sku_id string sku id ``
title string 资源标题 ``
descrb string 专栏描述(Json格式, type:0-文字 1-图片) ``
org_content string 原始html内容 ``
img_url string 封面图片url ``
img_url_compressed string 封面压缩图片url ``
count string 浏览量 ``
price int 金额(单位:元) ``
summary string 产品简介 ``
type int 资源类型 ``
content_url string 详情页跳转url ``
stock int 库存 ``
high_price int 最高价(单位:分) ``
low_price int 最低价(单位:分) ``
line_price int 划线价 ``
is_package int true表示实物带货商品 ``
created_at string 创建时间 ``
enough_price int 是否足够金额消费 1=满足 0=不满足 ``
sku array 规格相关信息 ``
sku[].sku_id string 规格id ``
sku[].sku_price int 规格价格,单位:分 ``

返回示例

{
    "code": 0,
    "msg": "获取优惠券详细信息成功",
    "data": {
        "id": "cou_xKw",
        "app_id": "apx78",
        "type": 0,
        "title": "详情页优惠券",
        "valid_at": "2020-03-30 20:51:00",
        "invalid_at": "2020-04-03 00:00:00",
        "manual_stop_at": "",
        "price": 80,
        "receive_rule": 100,
        "require_price": 100,
        "bind_res_count": 1,
        "count": 2,
        "has_received": 1,
        "can_share": 1,
        "current_user_received_count": 0,
        "resource_info": [
            {
                "id": "i_xe", 
                "spu_id": "i_x",
                "goods_id": "i_x",
                "resource_id": "i_x",
                "type": 1,
                "sku": [
                    {
                        "sku_id": "SKU_ENT_6290959917748LkTBQ58",
                        "sku_price": 1100
                    }
                 ],
                "sku_id": "SKU_xxxxxx",
                "title": "满减优惠",
                "summary": "",
                "org_content": "",
                "descrb": "",
                "img_url": "httpxxx.gif",
                "img_url_compressed": "http://xxxy.gif",
                "count": "",
                "price": 188,
                "stock": 999999999,
                "high_price": 18800,
                "low_price": 18800,
                "line_price": 0,
                "is_package": 0,
                "created_at": "2020-03-30 20:46:15",
                "enough_price": 1,
                "content_url": "xxxxx" 
            }
        ],
        "discount_percent": 0,
        "discount_limit_price": 0
    }
}

results matching ""

    No results matching ""