shish hace 4 años
padre
commit
eb8c9c0f3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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::complete('申请成功,最迟第2天到帐');
+            util::complete('申请成功,48小时内到帐');
         } catch (\Exception $exception) {
             $transaction->rollBack();
             Yii::info("提现申请报错:" . $exception->getMessage());