添加:优化

This commit is contained in:
wuhui_zzw 2023-11-30 17:44:53 +08:00
parent f44ad3bad1
commit fd8e3858f2
1 changed files with 1 additions and 1 deletions

View File

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