{
"no": "产品编号",
"title": "酒店产品名称",
"sub_title": "酒店副标题",
"countryId": "1",
"provinceId": "350000",
"cityId": "350200",
"townId": "0",
"regionalid_1": "4",
"regionalid_2": "255",
"regionalid_3": "0",
"regionalid_4": "0",
"star": "3",
"tel": "0592-88888888",
"address": "阿斯顿发的说法大师傅",
"global_label_info": "{\"7\":{\"label_id\":\"7\",\"label_name\":\"韩国游\"},\"13\":{\"label_id\":\"13\",\"label_name\":\"C类产品\"}}",
"category_label_info": "{\"64\":{\"label_id\":\"64\",\"label_name\":\"好久酒店\"},\"68\":{\"label_id\":\"68\",\"label_name\":\"礼\"}}",
"product_feature": "阿斯顿发斯蒂芬",
"product_picture_info": "{}",
"product_introduction": "哎啥大法师打发到付发大发哎啥大法师打发到付发大发",
"early_day": "1",
"early_time": "02:02",
"booking_rule": "1",
"pay_time": "20",
"add_package": {
"1": {
"name": "1套餐名称",
"stock": "50",
"cost_price": "50",
"peer_price": "100",
"market_price": "150",
"flag": "1"
},
"2": {
"name": "2套餐名称",
"stock": "50",
"cost_price": "100",
"peer_price": "150",
"market_price": "200",
"flag": "1"
}
},
"remind": "预订须知",
"notice": "温馨提示",
"return_info": "退改规则",
"distributor_remark": "同行备注",
"inside_remark": "内部备注",
"__vcode_setting_status": "1",
"__vcode_setting_check_limit": "1",
"__vcode_setting_check_limit_num": "",
"__vcode_setting_delay": "1",
"__vcode_setting_delay_days": "2",
"__vcode_setting_between_minute": "20"
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=product.hotel.create&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"no": "产品编号",
"title": "酒店产品名称",
"sub_title": "酒店副标题",
"countryId": "1",
"provinceId": "350000",
"cityId": "350200",
"townId": "0",
"regionalid_1": "4",
"regionalid_2": "255",
"regionalid_3": "0",
"regionalid_4": "0",
"star": "3",
"tel": "0592-88888888",
"address": "阿斯顿发的说法大师傅",
"global_label_info": "{\"7\":{\"label_id\":\"7\",\"label_name\":\"韩国游\"},\"13\":{\"label_id\":\"13\",\"label_name\":\"C类产品\"}}",
"category_label_info": "{\"64\":{\"label_id\":\"64\",\"label_name\":\"好久酒店\"},\"68\":{\"label_id\":\"68\",\"label_name\":\"礼\"}}",
"product_feature": "阿斯顿发斯蒂芬",
"product_picture_info": "{}",
"product_introduction": "哎啥大法师打发到付发大发哎啥大法师打发到付发大发",
"early_day": "1",
"early_time": "02:02",
"booking_rule": "1",
"pay_time": "20",
"add_package": {
"1": {
"name": "1套餐名称",
"stock": "50",
"cost_price": "50",
"peer_price": "100",
"market_price": "150",
"flag": "1"
},
"2": {
"name": "2套餐名称",
"stock": "50",
"cost_price": "100",
"peer_price": "150",
"market_price": "200",
"flag": "1"
}
},
"remind": "预订须知",
"notice": "温馨提示",
"return_info": "退改规则",
"distributor_remark": "同行备注",
"inside_remark": "内部备注",
"__vcode_setting_status": "1",
"__vcode_setting_check_limit": "1",
"__vcode_setting_check_limit_num": "",
"__vcode_setting_delay": "1",
"__vcode_setting_delay_days": "2",
"__vcode_setting_between_minute": "20"
}'{
"status": "success",
"msg": "调用成功",
"data": {
"product_id": "390"
}
}