{
"id": 1,
"name": "包邮活动1-new",
"start_time": "2022-10-17 08:00:00",
"end_time": "2022-10-17 20:00:00",
"target_user_type": 1,
"target_goods_type": 1,
"condition_type": 1,
"region": [
{
"region_id": "100000",
"region_name": "全国地区默认规则",
"threshold": 5
}
]
}
curl --location --request POST '/adminapi/free_shipping.free_shipping/edit' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "包邮活动1-new",
"start_time": "2022-10-17 08:00:00",
"end_time": "2022-10-17 20:00:00",
"target_user_type": 1,
"target_goods_type": 1,
"condition_type": 1,
"region": [
{
"region_id": "100000",
"region_name": "全国地区默认规则",
"threshold": 5
}
]
}'
{
"code": 1,
"show": 1,
"msg": "编辑成功",
"data": []
}