shish 4 vuotta sitten
vanhempi
commit
a37b34d771
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app-ghs/controllers/CashController.php

+ 1 - 1
app-ghs/controllers/CashController.php

@@ -36,7 +36,7 @@ class CashController extends BaseController
         try {
             CashClass::addApply($get);
             $transaction->commit();
-            util::success('申请成功,最迟第2天到帐');
+            util::complete('申请成功,最迟第2天到帐');
         } catch (\Exception $exception) {
             $transaction->rollBack();
             Yii::info("提现申请报错:" . $exception->getMessage());