|
@@ -74,7 +74,8 @@ class Station extends CatchController
|
|
|
$gcjLoc = \algorithm\Geometry::wgsTOgcj((float)$params['latitude'],(float)$params['longitude']);
|
|
|
$params['longitude']=$gcjLoc['lng'];
|
|
|
$params['latitude']=$gcjLoc['lat'];
|
|
|
- $params['update_id']=$id;
|
|
|
+ $shortcode=$this->stationModel->where('id',$id)->value('shortcode');
|
|
|
+ $params['update_code']=$shortcode;
|
|
|
$params['DATA_TYPE']='station_update';
|
|
|
pushDataToRedisList($params);
|
|
|
return CatchResponse::success($this->stationModel->updateBy($id, $params));
|