diff --git a/app/wechat/Service.php b/app/wechat/Service.php index 3f304bf5d..981b03e5e 100644 --- a/app/wechat/Service.php +++ b/app/wechat/Service.php @@ -38,7 +38,7 @@ class Service extends Plugin * 定义插件名称 * @var string */ - protected $appName = '微信数据管理'; + protected $appName = '微信管理'; /** * 定义安装包名 diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index 81843ef58..f088400f8 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -48,7 +48,7 @@ class Fans extends Command */ public function handle() { - $this->setQueueSuccess($this->_list() . $this->_tags() . $this->_black()); + $this->setQueueSuccess($this->_list() . $this->_black()); } /** @@ -112,12 +112,12 @@ class Fans extends Command } $next = $result['total'] > $done ? $result['next_openid'] : null; } - $this->setQueueProgress(sprintf('完成更新 %v 个黑名单', $result['total']), null, 1); + $this->setQueueProgress(sprintf('完成更新 %s 个黑名单', $result['total']), null, 1); $this->output->newLine(); if (empty($result['total'])) { return ', 其中黑名单 0 人'; } else { - return sprintf(', 其中黑名单 %v 人', $result['total']); + return sprintf(', 其中黑名单 %s 人', $result['total']); } } @@ -144,6 +144,6 @@ class Fans extends Command } $this->output->comment($done > 0 ? '微信用户标签数据获取完成' : '未获取到微信用户标签数据'); $this->output->newLine(); - return sprintf(', 获取到 %v 个标签', $done); + return sprintf(', 获取到 %s 个标签', $done); } } diff --git a/app/wechat/view/auto/form.html b/app/wechat/view/auto/form.html index bb57816ce..6e6497cf2 100644 --- a/app/wechat/view/auto/form.html +++ b/app/wechat/view/auto/form.html @@ -168,7 +168,7 @@ {if isset($vo['id'])}{/if} {if isset($vo['code'])}{/if} - + diff --git a/app/wechat/view/keys/index.html b/app/wechat/view/keys/index.html index 3cd74b627..8591ef73c 100644 --- a/app/wechat/view/keys/index.html +++ b/app/wechat/view/keys/index.html @@ -120,7 +120,7 @@ 编 辑 - 删 除 + 删 除 {/block} \ No newline at end of file diff --git a/composer.json b/composer.json index fe9a9d147..b3a6ca56e 100644 --- a/composer.json +++ b/composer.json @@ -35,4 +35,4 @@ "zoujingli/think-install": true } } -} \ No newline at end of file +}