Explorar el Código

座位接口修改

kindring hace 2 años
padre
commit
955de2d311
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/c_flight.js

+ 1 - 1
controller/c_flight.js

@@ -88,7 +88,7 @@ async function seatInfo(flightId){
             col: val.col,
         }
     })
-    return result;
+    return seat;
 }