diff --git a/app/Controller/v3/LocationController.php b/app/Controller/v3/LocationController.php index bee31f0..8fbffae 100644 --- a/app/Controller/v3/LocationController.php +++ b/app/Controller/v3/LocationController.php @@ -56,6 +56,6 @@ class LocationController extends BaseController $ret['service_time']='8:30-20:00'; $ret['markets_info']=$this->locationService->getMarketsInfo(); - return $ret; + return $this->success($ret); } } \ No newline at end of file