瀏覽代碼

更改记录

afa 4 月之前
父節點
當前提交
4556ad19d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];
     }
 
     /**