{
"appKey": "memberGroup",
"operator": "188739073651177279",
"data": [
{
"sendMobilePhone": "19836809685",
"receiverMobilePhone": "18618272075",
"couponCode": "20",
"mailNo": "11",
"condition": {
"allow_weeks": "3",
"areaCoverage": "3",
"businessId": "alipayapp",
"businessSystemId": "expressBusiness",
"feeType": "1",
"orderAmount": "13",
"payWay": "0",
"productType": "100",
"self": "1",
"sendWay": "1",
"settleWay": "1"
}
}
]
}
curl --location --request POST '/promotioncenter/coupon/batch/available/list/all' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "memberGroup",
"operator": "188739073651177279",
"data": [
{
"sendMobilePhone": "19836809685",
"receiverMobilePhone": "18618272075",
"couponCode": "20",
"mailNo": "11",
"condition": {
"allow_weeks": "3",
"areaCoverage": "3",
"businessId": "alipayapp",
"businessSystemId": "expressBusiness",
"feeType": "1",
"orderAmount": "13",
"payWay": "0",
"productType": "100",
"self": "1",
"sendWay": "1",
"settleWay": "1"
}
}
]
}'
{
"success": true,
"code": "200",
"message": null,
"data": {
"11": {
"couponCode": "SK0s2luMZO1vGhjS",
"couponDescription": "1.优惠券仅限在韵达快递小程序&APP使用。\n2.优惠券不可用于批量寄件、丰巢寄件、好友寄、寄大件、excel寄件和同城直送。\n3.仅限抵扣快递运费(仅限中国大陆地区使用),不能抵免月结款、代收货款、代收货款服务费、保价费。\n4.每票快递限用1张券,不能与其他优惠叠加使用,快递退回或转寄不可使用。\n5.必须在有效期内使用,过期无效。\n6.仅限寄件人手机号下单使用。\n7.仅限寄件人线上支付订单使用,不可用于现金支付及线下支付订单。",
"couponName": "会员中心10-1元",
"couponStatus": "UNUSED",
"couponType": "REDUCE",
"discountRate": 0,
"maxCouponAmount": 1,
"miniOrderAmount": 10,
"originCouponAmount": 1,
"useEndTime": "2025-04-18 23:59:59",
"useStartTime": "2025-03-19 00:00:00"
},
"22": {
"couponCode": "SK0s2luMZO1vGhjS",
"couponDescription": "1.优惠券仅限在韵达快递小程序&APP使用。\n2.优惠券不可用于批量寄件、丰巢寄件、好友寄、寄大件、excel寄件和同城直送。\n3.仅限抵扣快递运费(仅限中国大陆地区使用),不能抵免月结款、代收货款、代收货款服务费、保价费。\n4.每票快递限用1张券,不能与其他优惠叠加使用,快递退回或转寄不可使用。\n5.必须在有效期内使用,过期无效。\n6.仅限寄件人手机号下单使用。\n7.仅限寄件人线上支付订单使用,不可用于现金支付及线下支付订单。",
"couponName": "会员中心10-1元",
"couponStatus": "UNUSED",
"couponType": "REDUCE",
"discountRate": 0,
"maxCouponAmount": 1,
"miniOrderAmount": 10,
"originCouponAmount": 1,
"useEndTime": "2025-04-18 23:59:59",
"useStartTime": "2025-03-19 00:00:00"
}
}
}