Authored by 陈峰

commit

... ... @@ -65,6 +65,8 @@ const submitValidate = {
const isOpenApmrisk = _.get(req.app.locals, 'wap.open.apmrisk', false);
logger.warn('isHuman', remoteIp);
// 新的计数
if (isOpenApmrisk) {
operations.push(cache.delAsync(`${config.app}:${limitKey}:${remoteIp}`));
... ...