{
"promotion_type": 1,
"start_time": "2026-01-21 00:00:00",
"end_time": "2026-02-21 23:59:59",
"promotion_name": "不含指定商品的活动",
"limit_user_rank": [
1
],
"range": 4,
"range_data": [123,424,339],
"promotion_type_data": [
{
"min_amount":"100.00",
"reduce":20
},
{
"min_amount":"150.00",
"reduce":50
}
],
"rules_type":1,
"unit":1
}
curl --location --request POST '/adminapi/promotion/product_promotion/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"promotion_type": 1,
"start_time": "2026-01-21 00:00:00",
"end_time": "2026-02-21 23:59:59",
"promotion_name": "不含指定商品的活动",
"limit_user_rank": [
1
],
"range": 4,
"range_data": [123,424,339],
"promotion_type_data": [
{
"min_amount":"100.00",
"reduce":20
},
{
"min_amount":"150.00",
"reduce":50
}
],
"rules_type":1,
"unit":1
}'
{}