全接口 需要登录
数据库线程池大小 获取提现规则
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user