Browse Source

更改记录

afa 4 tháng trước cách đây
mục cha
commit
4556ad19d6

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

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