{
"plan_id": 39534,
//"tuan_command_id": 8701,
"flag": -1,
"stock_type": 2,
"stock": 55,
"min_buy_num": 1,
"max_buy_num": 20,
"early_day": 0,
//"early_hour": 23,
"early_minute": 58,
"is_exceed_sell": 1,
"confirm_type": 1,
"tourist_check_type": 1,
"clean_type": 1,
"seat_time_type": 1,
"seat_time_num": 2,
"car_seat_select_flag": 1,
"deposit_amount_type": 1,
"deposit_amount": 20
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=edit.line.plan&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_id": 39534,
//"tuan_command_id": 8701,
"flag": -1,
"stock_type": 2,
"stock": 55,
"min_buy_num": 1,
"max_buy_num": 20,
"early_day": 0,
//"early_hour": 23,
"early_minute": 58,
"is_exceed_sell": 1,
"confirm_type": 1,
"tourist_check_type": 1,
"clean_type": 1,
"seat_time_type": 1,
"seat_time_num": 2,
"car_seat_select_flag": 1,
"deposit_amount_type": 1,
"deposit_amount": 20
}'{
"status": "success",
"msg": "调用成功",
"data": {
"plan_id": 38773
}
}