全接口 需要登录

数据库线程池大小
获取提现规则
This commit is contained in:
2024-12-28 09:03:34 +08:00
parent 8bfa7dd4c4
commit 55476d4936
5 changed files with 6 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ public class WuyouPay {
public static boolean checkCanCashByLimit(BigDecimal money) {
CommonInfo info = commonInfoService.findOne(923);
if (info == null || StrUtil.isNotBlank(info.getValue())) {
if (info == null || StrUtil.isBlank(info.getValue())) {
logger.warn("未配置提现限制,请联系管理员配置");
return false;
}