// 凡是加了package_id字段的均为编辑, 否则视为创建
// module所属模块(1婚庆策划 2婚礼跟拍 3婚礼跟妆 4婚纱摄影 5婚旅跟拍)
// 1婚庆策划
{
"case_module":1,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"sort": 10,
"color_type": 3,
"scene": 5,
"min_price": 1888,
"max_price": 18888,
"union_package": 1,
"zhuwutai": "",
"yingbingqu": "",
"hotel_id": [1],
"yanhuiting_id": [3],
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 2婚礼跟拍
{
"case_module":2,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"c_style2": 5,
"sort": 10,
"min_price": 1888,
"max_price": 18888,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 3婚礼跟妆
{
"case_module":3,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"sort": 10,
"price": 1888,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 4婚纱摄影 5婚旅跟拍
{
"case_module":4,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"c_style2": 5,
"sort": 10,
"fuzhuan_type": 10,
"price": 1888,
"scene": 10,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
curl --location --request POST '/api/merchant/caseUpdate' \
--header 'Content-Type: application/json' \
--data-raw '// 凡是加了package_id字段的均为编辑, 否则视为创建
// module所属模块(1婚庆策划 2婚礼跟拍 3婚礼跟妆 4婚纱摄影 5婚旅跟拍)
// 1婚庆策划
{
"case_module":1,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"sort": 10,
"color_type": 3,
"scene": 5,
"min_price": 1888,
"max_price": 18888,
"union_package": 1,
"zhuwutai": "",
"yingbingqu": "",
"hotel_id": [1],
"yanhuiting_id": [3],
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 2婚礼跟拍
{
"case_module":2,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"c_style2": 5,
"sort": 10,
"min_price": 1888,
"max_price": 18888,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 3婚礼跟妆
{
"case_module":3,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"sort": 10,
"price": 1888,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},
// 4婚纱摄影 5婚旅跟拍
{
"case_module":4,
"shopId":173,
"title": "世纪通程大酒店",
"type": 1,
"c_style": 5,
"c_style2": 5,
"sort": 10,
"fuzhuan_type": 10,
"price": 1888,
"scene": 10,
"union_package": 1,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
},'
{"code":"200","ms":"成功","data":"1"}