{
"shopId": 173,
"title": "世纪通程大酒店",
"type": 1,
"g_style": 5,
"g_style2": 5,
"max_people": 10,
"price": 1888,
"start_at": "2025-04-01 14:22:00",
"end_at": "2025-04-10 14:22:00",
"area": "广州市海珠区",
"huanjie": "",
"liucheng": "",
"photos": [
"/uploads/example/y2.webp",
"/uploads/example/y2.webp"
]
}curl --location --request POST '/api/merchant/activeUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": 173,
"title": "世纪通程大酒店",
"type": 1,
"g_style": 5,
"g_style2": 5,
"max_people": 10,
"price": 1888,
"start_at": "2025-04-01 14:22:00",
"end_at": "2025-04-10 14:22:00",
"area": "广州市海珠区",
"huanjie": "",
"liucheng": "",
"photos": [
"/uploads/example/y2.webp",
"/uploads/example/y2.webp"
]
}'{"code":"200","ms":"成功","data":"1"}