vali 6 years ago
parent
commit
9e16d4b706
1 changed files with 1 additions and 1 deletions
  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));