From 728726f1a3af9dd7203aace287db278983cdd483 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 24 Dec 2020 14:47:32 +0800 Subject: [PATCH] Update Fans.php --- app/wechat/command/Fans.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index 76c521d39..c99cec69f 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -122,9 +122,9 @@ class Fans extends Command $this->output->comment($done > 0 ? '黑名单的微信用户更新成功' : '未获取到黑名单微信用户哦'); $this->output->newLine(); if (empty($result['total'])) { - return ',其中黑名单 0 人'; + return ', 其中黑名单 0 人'; } else { - return ",其中黑名单 {$result['total']} 人"; + return ", 其中黑名单 {$result['total']} 人"; } } @@ -154,7 +154,7 @@ class Fans extends Command } $this->output->comment($done > 0 ? '微信用户标签数据获取完成' : '未获取到微信用户标签数据'); $this->output->newLine(); - return ",获取到 {$done} 个标签"; + return ", 获取到 {$done} 个标签"; } } \ No newline at end of file