xieruidong 2 years ago
parent
commit
47b891a43e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/zoujingli/think-library/src/Controller.php

+ 1 - 1
vendor/zoujingli/think-library/src/Controller.php

@@ -109,7 +109,7 @@ class Controller extends stdClass
      * @param mixed $data 返回数据
      * @param mixed $code 返回代码
      */
-    public function error($info, $data = '{-null-}', $code = 0): void
+    public function error($info, $data = null, $code = 0): void
     {
         if ($data === '{-null-}') $data = new stdClass();
         throw new HttpResponseException(json([