import { $http } from './index'; /** * */ export default { searchScene(area) { return $http.post(`scene/find`, area).then((res) => res.data); } // searchByCoordinate({lng, lat, radius}) { // return $http.post(`scene/find/radius`, mission).then((res) => res.data); // }, };