|
@@ -602,6 +602,7 @@ class ScreenService extends Service
|
|
|
$data[$key]['province'] = $tmp['province'];
|
|
|
$data[$key]['city'] = $tmp['city'];
|
|
|
$data[$key]['district'] = $tmp['district'];
|
|
|
+ $data[$key]['township'] = $tmp['township'];
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -621,6 +622,7 @@ class ScreenService extends Service
|
|
|
$result['province'] = $position['province'] ?? '';
|
|
|
$result['city'] = $position['city'] ?? '';
|
|
|
$result['district'] = $position['district'] ?? '';
|
|
|
+ $result['township'] = $position['township'] ?? '';
|
|
|
}
|
|
|
}catch (\Exception $exception){
|
|
|
}
|