{
"name": "1223",
"type": 0,
"start_time": "2024-04-24 00:00:00",
"end_time": "2025-04-24 00:00:00",
"remark": "",
"goods": [
{
"goods_id" : 50,
"virtual_sale" : 0,
"virtual_click":1,
"items" : [
{
"item_id" : 1474,
"price" : "1"
},
{
"item_id" : 1475,
"price" : "2"
}
]
}
],
"send_type": 0,
"buy_limit": 1,
"send_type_day": 0,
"buy_limit_num": 0
}
curl --location --request POST '/adminapi/marketing.presell/add' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1223",
"type": 0,
"start_time": "2024-04-24 00:00:00",
"end_time": "2025-04-24 00:00:00",
"remark": "",
"goods": [
{
"goods_id" : 50,
"virtual_sale" : 0,
"virtual_click":1,
"items" : [
{
"item_id" : 1474,
"price" : "1"
},
{
"item_id" : 1475,
"price" : "2"
}
]
}
],
"send_type": 0,
"buy_limit": 1,
"send_type_day": 0,
"buy_limit_num": 0
}'
{}