添加:优化
This commit is contained in:
parent
f44ad3bad1
commit
fd8e3858f2
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue