|
|
@@ -174,7 +174,7 @@ class BalanceLogService extends BaseService
|
|
|
|
|
|
$withdrawMin = ConfigService::make()->getConfigByCode("withdraw_min_{$accountType}", 0.1);
|
|
|
if ($withdrawMin > 0 && $money < $withdrawMin) {
|
|
|
- $this->error = lang(2305, ['money' => $withdrawMin]);
|
|
|
+ $this->error = lang($accountType==2?2309:2305, ['money' => $withdrawMin]);
|
|
|
return false;
|
|
|
}
|
|
|
|