Browse Source

申请提现

shish 3 năm trước cách đây
mục cha
commit
e2e2d47fbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app-ghs/controllers/CashController.php

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

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