success(['market' => Market::query()->find(1)]); } public function getMarketListByLocation() { $cityIds = [2163,2189]; return $this->success($this->locationService->getMarketListByLocation($cityIds)); } public function getMarketsInfo() { $ret = []; $ret['service_time']='8:30-20:00'; $ret['markets_info']=$this->locationService->getMarketsInfo(); return $this->success($ret); } }