浏览代码

Update Fans.php

Anyon 5 年之前
父节点
当前提交
892d6e930c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/wechat/controller/Fans.php

+ 1 - 1
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("用户移出黑名单失败,请稍候再试!<br>{$e->getMessage()}");
         }
     }