shish %!s(int64=4) %!d(string=hai) anos
pai
achega
eb8c9c0f3f
Modificáronse 1 ficheiros con 1 adicións e 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());