Explorar el Código

关闭提现通知

shish hace 2 años
padre
commit
df12114963
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      console/controllers/CashController.php

+ 1 - 1
console/controllers/CashController.php

@@ -74,7 +74,7 @@ class CashController extends Controller
                 $main->freezeBalance = bcsub($main->freezeBalance, $cashAmount, 2);
                 $main->freezeBalance = bcsub($main->freezeBalance, $cashAmount, 2);
                 $main->save();
                 $main->save();
                 $transaction->commit();
                 $transaction->commit();
-                noticeUtil::push("orderSn:" . $orderSn . " 提现审核通过 OK", '15280215347');
+                //noticeUtil::push("orderSn:" . $orderSn . " 提现审核通过 OK", '15280215347');
             } catch (\Exception $exception) {
             } catch (\Exception $exception) {
                 $transaction->rollBack();
                 $transaction->rollBack();
                 $msg = $exception->getMessage();
                 $msg = $exception->getMessage();