vali 6 rokov pred
rodič
commit
9e16d4b706
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Logic/DataLogic.php

+ 1 - 1
app/Logic/DataLogic.php

@@ -174,7 +174,7 @@ class DataLogic
         try {
             //开启事务
             DB::beginTransaction();
-            $obt = $data['data;'];
+            $obt = $data['data'];
 
             //请求 数据 为空
             if (empty($obt)) throw new \Exception(Response::generate('请求数据为空,', Response::ABNORMAL));