Browse Source

Merge branch 'phoenix' of http://120.24.33.109:11081/hyzjshwo/lanzu_api_hyperf into phoenix

master
Lemon 5 years ago
parent
commit
1ab662b716
  1. 2
      app/Controller/v3/LocationController.php

2
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);
}
}
Loading…
Cancel
Save