作者 lyh

变更数据

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