From 892d6e930c39c10c0ec037d98c336119f36cd429 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 10 Dec 2019 16:52:04 +0800 Subject: [PATCH] Update Fans.php --- app/wechat/controller/Fans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wechat/controller/Fans.php b/app/wechat/controller/Fans.php index 49fbf7af7..808dcda96 100644 --- a/app/wechat/controller/Fans.php +++ b/app/wechat/controller/Fans.php @@ -116,7 +116,7 @@ class Fans extends Controller } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $e) { - $this->error("用户移出黑名单失败,请稍候再试!{$e->getMessage()}"); + $this->error("用户移出黑名单失败,请稍候再试!
{$e->getMessage()}"); } }