fix: 更改提示

This commit is contained in:
张松
2024-12-26 16:52:18 +08:00
parent b28a5eedff
commit 85818ffd3d

View File

@@ -92,7 +92,7 @@ public class WuyouPay {
}
if (successCashCount >= Integer.parseInt(cashLimit.getValue())) {
logger.warn("提现必要参数未配置,请联系管理员");
logger.warn("体现次数超限,当前限制{}次, 已经体现{}次", cashLimit.getValue(), successCashCount);
return false;
}