fix: 更改提示
This commit is contained in:
@@ -92,7 +92,7 @@ public class WuyouPay {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (successCashCount >= Integer.parseInt(cashLimit.getValue())) {
|
if (successCashCount >= Integer.parseInt(cashLimit.getValue())) {
|
||||||
logger.warn("提现必要参数未配置,请联系管理员");
|
logger.warn("体现次数超限,当前限制{}次, 已经体现{}次", cashLimit.getValue(), successCashCount);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user