{
"product_id": "1077",
"product_type": "1",
"min_date": "2025-07",
"max_date": "2025-08",
//"play_type":1,
//"plan_flag":1,
//"audit_flag":1,
//"check_early_time":100,
//"filter_no_price":1
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=product.line.getPlanListByDate&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "1077",
"product_type": "1",
"min_date": "2025-07",
"max_date": "2025-08",
//"play_type":1,
//"plan_flag":1,
//"audit_flag":1,
//"check_early_time":100,
//"filter_no_price":1
}'{
"status": "success",
"msg": "调用成功",
"data": {
"planList": [
{
"id": 13686,
"symbol": "¥",
"origin_symbol": "¥(人民币)",
"line_date": "2025-07-29",
"price": 50000,
"costSetAmount": 30000,
"marketPrice": 58999,
"levelPrice": 50000,
"stock": 20,
"stock_free": 20,
"stock_free_str": 20,
"stock_lock": 0,
"tuan_command_id": 1,
"tuan_command_name": "管理员",
"structure_type": 1,
"sale_order_flag": 0,
"car_seat_order_flag": 0,
"car_seat_select_flag": -1,
"stock_type": 2,
"plan_type": 1,
"tuan_tie": true,
"audit_flag": 2,
"packages": [
{
"id": 16025,
"plan_id": 13686,
"package_name": "标准套餐"
}
]
},
{
"id": 13687,
"symbol": "¥",
"origin_symbol": "¥(人民币)",
"line_date": "2025-07-30",
"price": 50000,
"costSetAmount": 0,
"marketPrice": 58999,
"levelPrice": 50000,
"stock": 20,
"stock_free": 20,
"stock_free_str": 20,
"stock_lock": 0,
"tuan_command_id": 1,
"tuan_command_name": "管理员",
"structure_type": 1,
"sale_order_flag": 0,
"car_seat_order_flag": 0,
"car_seat_select_flag": -1,
"stock_type": 2,
"plan_type": 1,
"tuan_tie": true,
"audit_flag": 2,
"packages": [
{
"id": 16026,
"plan_id": 13687,
"package_name": "标准套餐"
}
]
},
{
"id": 13688,
"symbol": "¥",
"origin_symbol": "¥(人民币)",
"line_date": "2025-07-31",
"price": 50000,
"costSetAmount": 0,
"marketPrice": 58999,
"levelPrice": 50000,
"stock": 20,
"stock_free": 20,
"stock_free_str": 20,
"stock_lock": 0,
"tuan_command_id": 1,
"tuan_command_name": "管理员",
"structure_type": 1,
"sale_order_flag": 0,
"car_seat_order_flag": 0,
"car_seat_select_flag": -1,
"stock_type": 2,
"plan_type": 1,
"tuan_tie": true,
"audit_flag": 2,
"packages": [
{
"id": 16027,
"plan_id": 13688,
"package_name": "标准套餐"
}
]
}
]
}
}