POST:/Merchandise/Coupon/GetCouponRuleInfo


参数:

{

    "CouponId": "pvC1LPWv3cxpg0DP9BBLcg=="

}


返回:

{

    "message": "成功",

    "code": 1,

    "value": {

        "pName": "测试券01",

        "codeCount": 2,

        "riverQuota": 500,

        "startDate": "2020-03-05 09:00:00",

        "endDate": "2021-03-05 09:00:00",

        "allowReceiveCount": 1,

        "allowUseCount": 1,

        "amountAllow": 0.00,

        "depositAllow": true,

        "finalPayAllow": true,

        "receiveType": 2,

        "extendedTime": 432000,

        "ReceiveCount": 2,

    }

}


-- RiverQuota = 积分额度(折合人民币单位:分)

-- StartDate = 可领取开始时间

-- EndDate = 可领取结束时间

-- AllowReceiveCount = 允许领用数

-- AllowUseCount = 允许使用数

-- AmountAllow = 订单总额满多少可用

-- DepositAllow = 定金可用,例:true

-- FinalPayAllow = 尾款可用,例:true

-- ReceiveType = 领用类型(1=领用后不变动使用时间,2=领用后顺延使用时间),例:2

-- ExtendedTime = 顺延时间(分钟),例(5天):432000

-- ReceiveCount = 已领取数,例:2