作者 lyh

变更数据

@@ -36,7 +36,7 @@ class ShareUser extends Command @@ -36,7 +36,7 @@ class ShareUser extends Command
36 public function handle() 36 public function handle()
37 { 37 {
38 $this->output('start'); 38 $this->output('start');
39 - echo $this->user_operator_record(); 39 + $this->user_operator_record();
40 return true; 40 return true;
41 } 41 }
42 42