{
"no": "交通票产品编号",
"title": "交通票产品名称",
"sub_title": "交通票副标题",
"traffic_type": "2",
"tel": "0592-888888",
"global_label_info": "{\"7\":{\"label_id\":\"7\",\"label_name\":\"韩国游\"},\"13\":{\"label_id\":\"13\",\"label_name\":\"C类产品\"}}",
"category_label_info": "{\"72\":{\"label_id\":\"72\",\"label_name\":\"交通票三维\"}}",
"from_zone_info": "",
"to_zone_info": "",
"product_feature": "产品亮点,可用于填写产品亮点,文本格式",
"product_picture_info": "{}",
"product_introduction": "产品介绍部分,用于填写产品介绍内容,支持富文本",
"early_day": "",
"early_time": "",
"booking_rule": "2",
"pay_time": "",
"add_package": {
"1": {
"name": "套餐名称1",
"stock": "20",
"cost_price": "20",
"peer_price": "25",
"market_price": "30",
"flag": "1"
},
"2": {
"name": "套餐名称2",
"stock": "30",
"cost_price": "50",
"peer_price": "55",
"market_price": "60",
"flag": "1"
}
},
"remind": "预订须知",
"notice": "温馨提示",
"return_info": "退改规则",
"distributor_remark": "同行备注",
"inside_remark": "内部备注",
//"product_explain": "",
//"product_poster": "",
//"company_id": "2177",
"__vcode_setting_status": "0",
"__vcode_setting_check_limit_num": "",
"__vcode_setting_delay_days": "",
"__vcode_setting_between_minute": ""
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=product.car.create&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"no": "交通票产品编号",
"title": "交通票产品名称",
"sub_title": "交通票副标题",
"traffic_type": "2",
"tel": "0592-888888",
"global_label_info": "{\"7\":{\"label_id\":\"7\",\"label_name\":\"韩国游\"},\"13\":{\"label_id\":\"13\",\"label_name\":\"C类产品\"}}",
"category_label_info": "{\"72\":{\"label_id\":\"72\",\"label_name\":\"交通票三维\"}}",
"from_zone_info": "",
"to_zone_info": "",
"product_feature": "产品亮点,可用于填写产品亮点,文本格式",
"product_picture_info": "{}",
"product_introduction": "产品介绍部分,用于填写产品介绍内容,支持富文本",
"early_day": "",
"early_time": "",
"booking_rule": "2",
"pay_time": "",
"add_package": {
"1": {
"name": "套餐名称1",
"stock": "20",
"cost_price": "20",
"peer_price": "25",
"market_price": "30",
"flag": "1"
},
"2": {
"name": "套餐名称2",
"stock": "30",
"cost_price": "50",
"peer_price": "55",
"market_price": "60",
"flag": "1"
}
},
"remind": "预订须知",
"notice": "温馨提示",
"return_info": "退改规则",
"distributor_remark": "同行备注",
"inside_remark": "内部备注",
//"product_explain": "",
//"product_poster": "",
//"company_id": "2177",
"__vcode_setting_status": "0",
"__vcode_setting_check_limit_num": "",
"__vcode_setting_delay_days": "",
"__vcode_setting_between_minute": ""
}'{
"status": "success",
"msg": "调用成功",
"data": {
"product_id": "392"
}
}