Browse Source

teac天使转

董荣正 1 month ago
parent
commit
dcad1830fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Ledger.php

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

@@ -333,7 +333,7 @@ class Ledger extends Api
             Db::rollback();
             $this->error($e->getMessage(), null, $e->getCode());
         }
-        $this->success('ok',$data);
+        $this->success('ok');
     }
 
     /**