promotion.md
860 Bytes
#用户优惠券接口
接口列表
接口名称 | 接口描述 |
---|---|
app.product.promotion | 查询商品的活动列表 |
接口描述
1、查询商品的活动列表(method=app.product.promotion)
请求参数
Param Name | Param Type | Required | Param Value | Desc |
---|---|---|---|---|
method | String | true | app.promotion.queryCoupon | 请求方法 |
product_skn | int | true | 5206561 | 产品SKN |
响应内容
{
"alg": "SALT_MD5",
"code": 200,
"data": [
{
"promotionTitle": "积分翻倍",
"promotionType": "1"
},
{
"promotionTitle": "新活动-xueyin",
"promotionType": "1"
}
],
"md5": "6d729d4b35f10fc73531210bd7ecff91",
"message": "product promotionInfo"
}