Authori-Zation: ********************
{
"id": "12",
"type": 0,
"product_id": 38778,
"product_type": 0,
"relation_id": 0,
"title": "不砍下?",
"image": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png",
"unit_name": "件",
"stock": 994,
"sales": 0,
"images": [
"http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png"
],
"store_name": "",
"price": 10,
"min_price": 3,
"num": 1,
"bargain_max_price": 10,
"bargain_min_price": 0.01,
"bargain_num": 1,
"status": 1,
"give_integral": 0,
"info": "砍价啊",
"cost": 0,
"sort": 0,
"is_hot": 0,
"is_del": 0,
"add_time": "2023-09-19 09:45:17",
"is_postage": 1,
"postage": 0,
"rule": "",
"look": 0,
"share": 0,
"temp_id": 0,
"weight": 0,
"volume": 0,
"quota": 50,
"quota_show": 50,
"people_num": 2,
"is_support_refund": 1,
"delivery_type": [
"3",
"2",
"1"
],
"freight": 1,
"custom_form": [],
"system_form_id": 0,
"applicable_type": 1,
"applicable_store_id": [
1
],
"store_label_id": [],
"ensure_id": [],
"specs": [],
"section_time": [
"2023-09-17T16:00:00.000Z",
"2023-09-21T16:00:00.000Z"
],
"description": "<p>xxx</p>",
"attrs": [
{
"value1": "默认",
"detail": {
"规格": "默认"
},
"pic": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png",
"price": 10,
"min_price": 3,
"cost": 5,
"ot_price": 0,
"stock": 994,
"quota": 50,
"code": "CC112",
"bar_code": "",
"weight": 1,
"volume": 2,
"brokerage": 0,
"brokerage_two": 0,
"opt": true
}
],
"items": [
{
"value": "规格",
"detailValue": "",
"attrHidden": "1",
"detail": [
"默认"
]
}
]
}
curl --location --request POST '/adminapi/marketing/bargain/' \
--header 'Content-Type: application/json' \
--header 'Authori-Zation;' \
--data-raw '{
"id": "12",
"type": 0,
"product_id": 38778,
"product_type": 0,
"relation_id": 0,
"title": "不砍下?",
"image": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png",
"unit_name": "件",
"stock": 994,
"sales": 0,
"images": [
"http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png"
],
"store_name": "",
"price": 10,
"min_price": 3,
"num": 1,
"bargain_max_price": 10,
"bargain_min_price": 0.01,
"bargain_num": 1,
"status": 1,
"give_integral": 0,
"info": "砍价啊",
"cost": 0,
"sort": 0,
"is_hot": 0,
"is_del": 0,
"add_time": "2023-09-19 09:45:17",
"is_postage": 1,
"postage": 0,
"rule": "",
"look": 0,
"share": 0,
"temp_id": 0,
"weight": 0,
"volume": 0,
"quota": 50,
"quota_show": 50,
"people_num": 2,
"is_support_refund": 1,
"delivery_type": [
"3",
"2",
"1"
],
"freight": 1,
"custom_form": [],
"system_form_id": 0,
"applicable_type": 1,
"applicable_store_id": [
1
],
"store_label_id": [],
"ensure_id": [],
"specs": [],
"section_time": [
"2023-09-17T16:00:00.000Z",
"2023-09-21T16:00:00.000Z"
],
"description": "<p>xxx</p>",
"attrs": [
{
"value1": "默认",
"detail": {
"规格": "默认"
},
"pic": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/09d18e5d63d38249708ca78e1811aa5e.png",
"price": 10,
"min_price": 3,
"cost": 5,
"ot_price": 0,
"stock": 994,
"quota": 50,
"code": "CC112",
"bar_code": "",
"weight": 1,
"volume": 2,
"brokerage": 0,
"brokerage_two": 0,
"opt": true
}
],
"items": [
{
"value": "规格",
"detailValue": "",
"attrHidden": "1",
"detail": [
"默认"
]
}
]
}'
{
"status": 200,
"msg": "保存成功"
}