Browse Source

更改记录

afa 4 months ago
parent
commit
4556ad19d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/LedgerWalletModel.php

+ 1 - 1
application/common/model/LedgerWalletModel.php

@@ -210,8 +210,8 @@ class LedgerWalletModel extends Model
                 'create_time'    => time(),
                 'action'         => $action
             ]);
-            return [$token, $frozen];
         }
+        return [$token, $frozen];
     }
 
     /**