作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !2948
@@ -35,7 +35,10 @@ class GeoCount extends Command @@ -35,7 +35,10 @@ class GeoCount extends Command
35 35
36 36
37 public function handle(){ 37 public function handle(){
38 - 38 + $this->output('start');
  39 + $this->_action();
  40 + $this->output('end');
  41 + return true;
39 } 42 }
40 43
41 /** 44 /**