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()}"); } }