feat : driver

This commit is contained in:
2024-11-21 09:42:57 +08:00
parent 1aa0990fe2
commit e97f18cd8c
4 changed files with 44 additions and 8 deletions

View File

@@ -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