shish 2 years ago
parent
commit
f12d225c5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      console/controllers/CashController.php

+ 2 - 2
console/controllers/CashController.php

@@ -84,7 +84,7 @@ class CashController extends Controller
                 $main->freezeBalance = bcsub($main->freezeBalance, $cashAmount, 2);
                 $main->save();
                 $transaction->commit();
-                echo $orderSn . " OK\n";
+                noticeUtil::push("orderSn:" . $orderSn . " 提现审核通过 OK", '15280215347');
             } catch (\Exception $exception) {
                 $transaction->rollBack();
                 $msg = $exception->getMessage();
@@ -129,7 +129,7 @@ class CashController extends Controller
                 $params['ptStyle'] = $ptStyle;
                 CashClass::addApply($params);
                 $transaction->commit();
-                echo $mainId . " OK \n";
+                noticeUtil::push("mainId:" . $mainId . " 申请提现 OK", '15280215347');
             } catch (\Exception $exception) {
                 $transaction->rollBack();
                 $msg = $exception->getMessage();