Browse Source

first commit

liuhairui 2 weeks ago
parent
commit
4120d3bb96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -278,7 +278,7 @@ class Index extends Api
                 'code' => 0,
                 'msg' => '数据已提交成功'
             ]);
-        } catch (\Exception $e) {
+        } catch (\Exception $e) { 
             Log::error('插入失败:' . $e->getMessage());
 
             return json([