作者 lyh

gx

@@ -31,7 +31,7 @@ class ShareUser extends Command @@ -31,7 +31,7 @@ class ShareUser extends Command
31 */ 31 */
32 public function handle() 32 public function handle()
33 { 33 {
34 - $this->user_operator_record(); 34 + echo $this->user_operator_record();
35 } 35 }
36 36
37 /** 37 /**