feat : driver
This commit is contained in:
@@ -97,6 +97,7 @@ class DriverService extends BaseService
|
||||
*/
|
||||
public function driverSequenceList(): array
|
||||
{
|
||||
$this->cityId = (int)$this->request->input('city_id',0);
|
||||
if (empty($this->cityId)) return $this->return->success('success',['list' => []]);
|
||||
|
||||
$list = $this
|
||||
|
||||
Reference in New Issue
Block a user