{
"product_type": 7,
//"star": 4,
//"countryId": 350200,
//"fromZoneId": 350200,
//"toZoneId": 350200,
//"labelId": 20,
//"traffic_type": 78,
//"start_time": "2025-01-02",
//"end_time": "2025-01-07",
//"orderBy": 0,
//"page": 1,
//"limit": 20
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=product.travel.list.query&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_type": 7,
//"star": 4,
//"countryId": 350200,
//"fromZoneId": 350200,
//"toZoneId": 350200,
//"labelId": 20,
//"traffic_type": 78,
//"start_time": "2025-01-02",
//"end_time": "2025-01-07",
//"orderBy": 0,
//"page": 1,
//"limit": 20
}'{
"status": "success",
"msg": "调用成功",
"data": {
"count": 1,
"data": [
{
"id": 13,
"product_type": 7,
"title": "菽庄花园门票",
"sub_title": "",
"no": "jq1730275558QP",
"star": 4,
"starName": "5A级",
"country_id": 1,
"province_id": 350000,
"city_id": 350200,
"town_id": 0,
"zone_name": "中国-福建省-厦门市",
"address": "厦门市思明区",
"plan_date": "",
"stock_free": 13,
"fromZone": null,
"toZone": null,
"product_regional_str": null,
"tel": "123456",
"unsubscribe_rule": 0,
"market_price_amount": null,
"peer_price_amount": null,
"profit_amount": 0,
"label": [],
"picture_path": "https://erp.e88.meiyouwx.com//upload/4_1713948151/1/0/image/gallery/2024-06-28/24062815440089387.jpg"
}
]
}
}