@@ -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));