dangdang.activity.findActivitiyDetailById

根据促销id查询详情

  • 根据促销id查询促销详情,促销详情包括基本信息,条件优惠信息。

    版本:2.0

  • 请求链接?后边拼接&shopId=?(店铺id)&activityId=?(促销id)

  • 返回json格式的字符串

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3312234,//促销id
            "deleted": false,//是否删除
            "creationDate": 1467019698000,//创建时间的毫秒值
            "lastChangedDate": 1481012207000,//最后修改时间的毫秒值
            "shopId": 13639,//促销所在的店铺id
            "activityName": "良乐屋促销",//促销名字
            "activityType": "COMMON_PROMO",//固定值,COMMON_PROMO代表日常促销
            "activitySubType": 102,//促销类型
            "activityCreateType": "Normal",//固定值,Normal代表自己创建的
            "activityStatus": "RUNNING",//促销状态,RUNNING表示正在进行中。
            "reviewStatus": "REVIEW_PASS",//审核状态
            "startDate": 1467020400000,//促销开始时间的毫秒值
            "endDate": 1482489600000,//促销结束时间的毫秒值
            "createdBy": "130474088",//创建者
            "lastChangedBy": "130474088",//最后修改者
            "dimensionSets": [//条件优惠信息
                {
                    "id": 1307637,//维度组合id
                    "deleted": false,//是否删除,已删除的不返回
                    "creationDate": 1481012207000,//创建时间的毫秒值
                    "lastChangedDate": 1481012207000,//最后修改时间的毫秒值
                    "activityId": 3312234,//关联的促销id
                    "autoRoll": true,//是否滚动,true代表滚动
                    "maxRollTimes": 10000,//滚动次数
                    "dimensions": null,//维度组合详情,无维度返回null
                    "qualificationBenefitList": [//条件优惠详情
                        {
                            "qualifications": [//条件,条件类型跟促销类型相关,不同的促销类型有不同的节点。条件类型共两种,满足多少钱与满足多少件
                                //满足多少量的条件节点
    {
                                    "id": 1245583,//条件表的主键
                                    "activityId": 3312234,//关联的促销id
                                    "dimensionSetId": 1307637,//关联的维度组合id
                                    "purchaseNumber": 1,//需要满足的量
                                    "step": 1,//阶
                                    "promoQualification": "number",//条件类型是数量
                                    "creationDate": 1481012207000,//创建时间的毫秒值
                                    "lastChangedDate": 1481012207000,//最后修改时间的毫秒值
                                    "deleted": 0
                                },
    //满足多少钱的条件节点
    {
                                    "id": 74887,//条件表的主键
                                    "activityId": 3297318,,//关联的促销id
                                    "dimensionSetId": 514940,//关联的维度组合id
                                    "money": 100,//需要满足的钱
                                    "step": 1,//阶
                                    "promoQualification": "money",//条件类型是金额
                                    "creationDate": 1464687118000,//创建时间的毫秒值
                                    "lastChangedDate": 1464687118000,//最后修改时间的毫秒值
                                    "deleted": 0
                                }
                            ],
                            "benefits":  [//优惠信息,优惠类型跟促销;类型相关,不同的促销类型有不同的节点,优惠类型共有减多少钱,减到多少钱,赠品或换购品,打折
                                //减到多少钱的优惠节点
    {
                                    "id": 72524,//优惠表的主键id
                                    "activityId": 3297318,//关联的促销id
                                    "dimensionSetId": 514940,//关联的维度组合id
                                    "reducePrice": 5,//减到多少钱,套餐,N元场,满N件最低价0元,限时抢,秒杀,区域卖场是这种优惠类型
                                    "step": 1,//阶
                                    "promoBenefit": "reduce_price",//reduce_price代表减到多少钱
                                    "creationDate": 1464687118000,//创建时间的毫秒值
                                    "lastChangedDate": 1464687118000,//最后修改时间的毫秒值
                                    "deleted": 0
                                },
    //赠品的优惠节点
    {
                                    "id": 0,//赠品类的id为0
                                    "activityId": 3981277,//关联的促销id
                                    "dimensionSetId": 1353168,//关联的维度组合id
                                    "benefitGiftList": [//赠品详情,买一赠多,买a赠b,换购,电子书加价购,满额赠,店铺级满额赠,是这种节点
                                        {
                                            "id": 834763,//赠品表主键
                                            "activityId": 3981277,//关联的促销id
                                            "dimensionSetId": 1353168,//关联的维度组合id
                                            "setBySpuId": 0,//是否是通过spu来设置,大于0代表赠品是sku,等于0代表普通品,小于0代表spu
                                            "giftId": 60633298,//赠品id
                                            "addOnPrice": 0,//换购价
                                            "step": 1,//阶
                                            "creationDate": 1486709371000,
                                            "lastChangedDate": 1486709371000,
                                            "deleted": 0,
                                            "giftName": "【当当自营】五羊(FIVERAMS)孩子宝母乳质感宽口径 母乳实感硅胶奶嘴(十码)",//赠品名字
                                            "giftSalePrice": 17,//赠品售价
                                            "giftOriginalPrice": 44,//赠品市场价,已废弃
                                            "giftProductMedium": 12,//赠品媒质
                                            "giftProductType": 0,//赠品类型
                                            "promoBenefit": "gift",//赠品类型是gift
                                            "giftCount": 1//赠品数量
                                        }
                                    ],
                                    "step": 1,//阶
                                    "promoBenefit": "gift"//赠品类型
                                },
    //打折类的优惠信息
    {
                                    "id": 8880,//赠品表主键
                                    "activityId": 3976430,//关联的促销id
                                    "dimensionSetId": 1342394,//关联的维度组合id
                                    "discount": 75,//折扣力度,代表七五折
                                    "step": 1,//阶
                                    "promoBenefit": "discount",//discount代表打折
                                    "creationDate": 1484213973000,
                                    "lastChangedDate": 1484213973000,
                                    "deleted": 0
                                },
    //减多少钱的优惠信息
    {
                                    "id": 2362,
                                    "activityId": 3297334,
                                    "dimensionSetId": 515011,
                                    "directPrice": 200,//减200元
                                    "step": 1,
                                    "promoBenefit": "direct_price",//direct_price代表减多少钱这种优惠类型
                                    "creationDate": 1464688406000,
                                    "lastChangedDate": 1464688406000,
                                    "deleted": 0
                                }

                            ]
                            "step": 1//阶
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {//促销的附加属性
                "id": 311054,
                "deleted": false,
                "creationDate": 1467019698000,
                "lastChangedDate": 1467019698000,
                "activityId": 3312234,
                "promoScope": "sku",
                "limitScope": null,
                "limitNumber": 0,
                "overlayStrategy": null,
                "localDelivery": false,
                "autoEbook": false
            },
            "activityProductBatch": {//上一次提报品的批次信息
                "id": 1517265,
                "deleted": false,
                "creationDate": 1481012207000,
                "lastChangedDate": 1481012208000,
                "activityId": 3312234,
                "operationType": "MODIFY_PRODUCT",
                "userId": null,
                "status": 1,
                "productsNum": 0
            }
        }
    }


  • 店铺级满减

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3743323,
            "deleted": false,
            "creationDate": 1473664483000,
            "lastChangedDate": 1478682649000,
            "activityGroupId": null,
            "shopId": 14196,
            "activityName": "店铺满减",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 14,
            "activityCreateType": "Normal",
            "activityStatus": "RUNNING",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1473665100000,
            "endDate": 1489217100000,
            "createdBy": "132560797",
            "lastChangedBy": "132560797",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 1251083,
                    "deleted": false,
                    "creationDate": 1478682649000,
                    "lastChangedDate": 1478682649000,
                    "activityId": 3743323,
                    "autoRoll": false,
                    "maxRollTimes": 0,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": [
                                {
                                    "id": 116665,
                                    "activityId": 3743323,
                                    "dimensionSetId": 1251083,
                                    "money": 299,
                                    "step": 1,
                                    "promoQualification": "money",
                                    "creationDate": 1478682649000,
                                    "lastChangedDate": 1478682649000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 113278,
                                    "activityId": 3743323,
                                    "dimensionSetId": 1251083,
                                    "reducePrice": 20,
                                    "step": 1,
                                    "promoBenefit": "reduce_price",
                                    "creationDate": 1478682649000,
                                    "lastChangedDate": 1478682649000,
                                    "deleted": 0
                                }
                            ],
                            "step": 1
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 742141,
                "deleted": false,
                "creationDate": 1473664483000,
                "lastChangedDate": 1473664483000,
                "activityId": 3743323,
                "promoScope": "shop",
                "limitScope": "SKU",
                "limitNumber": 0,
                "overlayStrategy": null,
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": null,
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": null,
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": true
        }
    }


    店铺级满额赠

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3978967,
            "deleted": false,
            "creationDate": 1485742388000,
            "lastChangedDate": 1485742438000,
            "activityGroupId": null,
            "shopId": 4208,
            "activityName": "春节不打烊满额赠摆件",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 12,
            "activityCreateType": "Normal",
            "activityStatus": "ENDED",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1485743400000,
            "endDate": 1486434600000,
            "createdBy": "20940926",
            "lastChangedBy": "20940926",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 1348677,
                    "deleted": false,
                    "creationDate": 1485742388000,
                    "lastChangedDate": 1485742388000,
                    "activityId": 3978967,
                    "autoRoll": false,
                    "maxRollTimes": 0,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": [
                                {
                                    "id": 135280,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "money": 799,
                                    "step": 1,
                                    "promoQualification": "money",
                                    "creationDate": 1485742388000,
                                    "lastChangedDate": 1485742388000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 0,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "benefitGiftList": [
                                        {
                                            "id": 834212,
                                            "activityId": 3978967,
                                            "dimensionSetId": 1348677,
                                            "setBySpuId": 0,
                                            "giftId": 1094853238,
                                            "addOnPrice": 0,
                                            "step": 1,
                                            "creationDate": 1485742388000,
                                            "lastChangedDate": 1486434539000,
                                            "deleted": 0,
                                            "giftName": "梦克拉 玫瑰花摆件 爱你久久 玫瑰花  赠心型底座 创意礼品",
                                            "giftSalePrice": 199,
                                            "giftOriginalPrice": 269,
                                            "giftProductMedium": 12,
                                            "giftProductType": 1,
                                            "promoBenefit": "gift",
                                            "giftCount": 1,
                                            "isValid": 0
                                        }
                                    ],
                                    "step": 1,
                                    "promoBenefit": "gift"
                                }
                            ],
                            "step": 1
                        },
                        {
                            "qualifications": [
                                {
                                    "id": 135281,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "money": 1999,
                                    "step": 2,
                                    "promoQualification": "money",
                                    "creationDate": 1485742388000,
                                    "lastChangedDate": 1485742388000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 0,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "benefitGiftList": [
                                        {
                                            "id": 834213,
                                            "activityId": 3978967,
                                            "dimensionSetId": 1348677,
                                            "setBySpuId": 0,
                                            "giftId": 1211179002,
                                            "addOnPrice": 0,
                                            "step": 2,
                                            "creationDate": 1485742388000,
                                            "lastChangedDate": 1486434539000,
                                            "deleted": 0,
                                            "giftName": "梦克拉  绒沙金摆件足金铸金摆件 生肖牛",
                                            "giftSalePrice": 269,
                                            "giftOriginalPrice": 1160,
                                            "giftProductMedium": 12,
                                            "giftProductType": 1,
                                            "promoBenefit": "gift",
                                            "giftCount": 1,
                                            "isValid": 0
                                        }
                                    ],
                                    "step": 2,
                                    "promoBenefit": "gift"
                                }
                            ],
                            "step": 2
                        },
                        {
                            "qualifications": [
                                {
                                    "id": 135282,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "money": 2999,
                                    "step": 3,
                                    "promoQualification": "money",
                                    "creationDate": 1485742388000,
                                    "lastChangedDate": 1485742388000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 0,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "benefitGiftList": [
                                        {
                                            "id": 834214,
                                            "activityId": 3978967,
                                            "dimensionSetId": 1348677,
                                            "setBySpuId": 0,
                                            "giftId": 1002446148,
                                            "addOnPrice": 0,
                                            "step": 3,
                                            "creationDate": 1485742388000,
                                            "lastChangedDate": 1486434539000,
                                            "deleted": 0,
                                            "giftName": "梦克拉  铸金摆件 代代平安 绒沙金 礼品摆件 创意礼品",
                                            "giftSalePrice": 239,
                                            "giftOriginalPrice": 626,
                                            "giftProductMedium": 12,
                                            "giftProductType": 1,
                                            "promoBenefit": "gift",
                                            "giftCount": 1,
                                            "isValid": 0
                                        }
                                    ],
                                    "step": 3,
                                    "promoBenefit": "gift"
                                }
                            ],
                            "step": 3
                        },
                        {
                            "qualifications": [
                                {
                                    "id": 135283,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "money": 3999,
                                    "step": 4,
                                    "promoQualification": "money",
                                    "creationDate": 1485742388000,
                                    "lastChangedDate": 1485742388000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 0,
                                    "activityId": 3978967,
                                    "dimensionSetId": 1348677,
                                    "benefitGiftList": [
                                        {
                                            "id": 834215,
                                            "activityId": 3978967,
                                            "dimensionSetId": 1348677,
                                            "setBySpuId": 0,
                                            "giftId": 1009173622,
                                            "addOnPrice": 0,
                                            "step": 4,
                                            "creationDate": 1485742388000,
                                            "lastChangedDate": 1486434539000,
                                            "deleted": 0,
                                            "giftName": "梦克拉  足金铸金摆件 一桶金",
                                            "giftSalePrice": 598,
                                            "giftOriginalPrice": 1332,
                                            "giftProductMedium": 12,
                                            "giftProductType": 1,
                                            "promoBenefit": "gift",
                                            "giftCount": 1,
                                            "isValid": 0
                                        }
                                    ],
                                    "step": 4,
                                    "promoBenefit": "gift"
                                }
                            ],
                            "step": 4
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 977033,
                "deleted": false,
                "creationDate": 1485742388000,
                "lastChangedDate": 1485742388000,
                "activityId": 3978967,
                "promoScope": "shop",
                "limitScope": "SKU",
                "limitNumber": 0,
                "overlayStrategy": null,
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": null,
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": null,
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": false
        }
    }

    买赠

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3981277,
            "deleted": false,
            "creationDate": 1486709371000,
            "lastChangedDate": 1486709400000,
            "activityGroupId": null,
            "shopId": 0,
            "activityName": "买赠",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 3,
            "activityCreateType": "Normal",
            "activityStatus": "ENDED",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1486709700000,
            "endDate": 1487257200000,
            "createdBy": "lichaorb01",
            "lastChangedBy": "lichaorb01",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 1353168,
                    "deleted": false,
                    "creationDate": 1486709371000,
                    "lastChangedDate": 1486709371000,
                    "activityId": 3981277,
                    "autoRoll": false,
                    "maxRollTimes": 0,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": [
                                {
                                    "id": 1284723,
                                    "activityId": 3981277,
                                    "dimensionSetId": 1353168,
                                    "purchaseNumber": 1,
                                    "step": 1,
                                    "promoQualification": "number",
                                    "creationDate": 1486709371000,
                                    "lastChangedDate": 1486709371000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 0,
                                    "activityId": 3981277,
                                    "dimensionSetId": 1353168,
                                    "benefitGiftList": [
                                        {
                                            "id": 834763,
                                            "activityId": 3981277,
                                            "dimensionSetId": 1353168,
                                            "setBySpuId": 0,
                                            "giftId": 60633298,
                                            "addOnPrice": 0,
                                            "step": 1,
                                            "creationDate": 1486709371000,
                                            "lastChangedDate": 1486709371000,
                                            "deleted": 0,
                                            "giftName": "【当当自营】五羊(FIVERAMS)孩子宝母乳质感宽口径 母乳实感硅胶奶嘴(十码)",
                                            "giftSalePrice": 17,
                                            "giftOriginalPrice": 44,
                                            "giftProductMedium": 12,
                                            "giftProductType": 0,
                                            "promoBenefit": "gift",
                                            "giftCount": 1,
                                            "isValid": null
                                        }
                                    ],
                                    "step": 1,
                                    "promoBenefit": "gift"
                                }
                            ],
                            "step": 1
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 979322,
                "deleted": false,
                "creationDate": 1486709400000,
                "lastChangedDate": 1486709400000,
                "activityId": 3981277,
                "promoScope": "sku",
                "limitScope": "SKU",
                "limitNumber": 0,
                "overlayStrategy": "can_not_buy",
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": {
                "id": 1572026,
                "deleted": false,
                "creationDate": 1486709371000,
                "lastChangedDate": 1486709373000,
                "activityId": 3981277,
                "operationType": "ADD_PRODUCT",
                "userId": "lichaorb01",
                "status": 1,
                "productsNum": 10
            },
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": "",
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": false
        }
    }

    限时抢

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3312234,
            "deleted": false,
            "creationDate": 1467019698000,
            "lastChangedDate": 1481012207000,
            "activityGroupId": null,
            "shopId": 13639,
            "activityName": "良乐屋促销",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 102,
            "activityCreateType": "Normal",
            "activityStatus": "ENDED",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1467020400000,
            "endDate": 1482489600000,
            "createdBy": "130474088",
            "lastChangedBy": "130474088",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 1307637,
                    "deleted": false,
                    "creationDate": 1481012207000,
                    "lastChangedDate": 1481012207000,
                    "activityId": 3312234,
                    "autoRoll": true,
                    "maxRollTimes": 10000,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": [
                                {
                                    "id": 1245583,
                                    "activityId": 3312234,
                                    "dimensionSetId": 1307637,
                                    "purchaseNumber": 1,
                                    "step": 1,
                                    "promoQualification": "number",
                                    "creationDate": 1481012207000,
                                    "lastChangedDate": 1481012207000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": null,
                            "step": 1
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 311054,
                "deleted": false,
                "creationDate": 1467019698000,
                "lastChangedDate": 1467019698000,
                "activityId": 3312234,
                "promoScope": "sku",
                "limitScope": null,
                "limitNumber": 0,
                "overlayStrategy": null,
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": null,
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": null,
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": false
        }
    }


    套餐

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3982555,
            "deleted": false,
            "creationDate": 1487148894000,
            "lastChangedDate": 1487213832000,
            "activityGroupId": null,
            "shopId": 8320,
            "activityName": "12",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 225,
            "activityCreateType": "Normal",
            "activityStatus": "ENDED",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1487151900000,
            "endDate": 1487213832000,
            "createdBy": "92024601",
            "lastChangedBy": "92024601",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 1356185,
                    "deleted": false,
                    "creationDate": 1487148894000,
                    "lastChangedDate": 1487148894000,
                    "activityId": 3982555,
                    "autoRoll": false,
                    "maxRollTimes": 0,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": null,
                            "benefits": [
                                {
                                    "id": 3527,
                                    "activityId": 3982555,
                                    "dimensionSetId": 1356185,
                                    "directPrice": 555,
                                    "step": 1,
                                    "promoBenefit": "direct_price",
                                    "creationDate": 1487148894000,
                                    "lastChangedDate": 1487148894000,
                                    "deleted": 0
                                }
                            ],
                            "step": 1
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 980583,
                "deleted": false,
                "creationDate": 1487148894000,
                "lastChangedDate": 1487148894000,
                "activityId": 3982555,
                "promoScope": "combination",
                "limitScope": "SKU",
                "limitNumber": 0,
                "overlayStrategy": null,
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": {
                "id": 1575785,
                "deleted": false,
                "creationDate": 1487148894000,
                "lastChangedDate": 1487148894000,
                "activityId": 3982555,
                "operationType": "ADD_PRODUCT",
                "userId": "999",
                "status": 1,
                "productsNum": 2
            },
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": null,
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": false
        }
    }

    N元场

    {
        "code": "0",
        "errors": null,
        "response": {
            "id": 3297334,
            "deleted": false,
            "creationDate": 1464688406000,
            "lastChangedDate": 1464688417000,
            "activityGroupId": null,
            "shopId": 0,
            "activityName": "促销专题页--kyq--勿动",
            "activityTag": null,
            "activityType": "COMMON_PROMO",
            "activitySubType": 206,
            "activityCreateType": "Normal",
            "activityStatus": "RUNNING",
            "reviewStatus": "REVIEW_PASS",
            "startDate": 1464689287000,
            "endDate": 1496246400000,
            "createdBy": "kouyuqiong",
            "lastChangedBy": "kouyuqiong",
            "relatedBy": null,
            "relatedDate": null,
            "dimensionSets": [
                {
                    "id": 515011,
                    "deleted": false,
                    "creationDate": 1464688406000,
                    "lastChangedDate": 1464688406000,
                    "activityId": 3297334,
                    "autoRoll": false,
                    "maxRollTimes": 0,
                    "dimensions": null,
                    "qualificationBenefitList": [
                        {
                            "qualifications": [
                                {
                                    "id": 477617,
                                    "activityId": 3297334,
                                    "dimensionSetId": 515011,
                                    "purchaseNumber": 2,
                                    "step": 1,
                                    "promoQualification": "number",
                                    "creationDate": 1464688406000,
                                    "lastChangedDate": 1464688406000,
                                    "deleted": 0
                                }
                            ],
                            "benefits": [
                                {
                                    "id": 2362,
                                    "activityId": 3297334,
                                    "dimensionSetId": 515011,
                                    "directPrice": 200,
                                    "step": 1,
                                    "promoBenefit": "direct_price",
                                    "creationDate": 1464688406000,
                                    "lastChangedDate": 1464688406000,
                                    "deleted": 0
                                }
                            ],
                            "step": 1
                        }
                    ],
                    "productList": null
                }
            ],
            "promoAttribute": {
                "id": 296160,
                "deleted": false,
                "creationDate": 1464688406000,
                "lastChangedDate": 1464688406000,
                "activityId": 3297334,
                "promoScope": "all",
                "limitScope": "SKU",
                "limitNumber": null,
                "overlayStrategy": "can_not_buy",
                "localDelivery": false,
                "autoEbook": false,
                "salesLimitStrategy": null,
                "salesLimitDelayHours": null
            },
            "exceptProductlList": null,
            "activityProductGroups": null,
            "productList": null,
            "activityProductBatch": {
                "id": 509265,
                "deleted": false,
                "creationDate": 1464688406000,
                "lastChangedDate": 1464688407000,
                "activityId": 3297334,
                "operationType": "ADD_PRODUCT",
                "userId": "kouyuqiong",
                "status": 1,
                "productsNum": 3
            },
            "activityApply": null,
            "restrictionItems": null,
            "participants": null,
            "description": "",
            "auctionAttribute": null,
            "activityMaterials": null,
            "materialRestrictions": null,
            "auctionProducts": null,
            "canbecancelled": true
        }
    }