From fd8e3858f2167a2a3f84746bd962a60bf151f204 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 30 Nov 2023 17:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/frontend/modules/withdraw/controllers/ApplyController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/modules/withdraw/controllers/ApplyController.php b/app/frontend/modules/withdraw/controllers/ApplyController.php index 318ef3db..d6212b5c 100644 --- a/app/frontend/modules/withdraw/controllers/ApplyController.php +++ b/app/frontend/modules/withdraw/controllers/ApplyController.php @@ -135,7 +135,7 @@ class ApplyController extends ApiController if ($explain = $this->withdrawalExplain()) { return str_replace('[奖励余额]', $this->awardBalance(), $explain); } - return $this->withdrawalName() . '申请成功'; + return $this->withdrawalName() . '申请成功,预计到账时间T+2'; } private function validateWithdrawDeductionLove()