中道救援服务商管理中心
<%
int state=Integer.parseInt(request.getParameter("state"));
int flow_id=Integer.parseInt(request.getParameter("flow_id"));
String rescueCode=request.getParameter("rescueCode");
int orderID=Integer.parseInt(request.getParameter("orderId"));
double lon=Double.parseDouble(request.getParameter("lon"));
double lat=Double.parseDouble(request.getParameter("lat"));
int rescueVehicleId=Integer.parseInt(request.getParameter("rescueVehicleId"));
System.out.print(lon+"经纬度"+lat);
%>