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()