1、域名限速分发到阀门并额外添加action和service属性;

2、修改用户行为日志统计验证
This commit is contained in:
zhangdongxu
2018-11-01 14:25:54 +08:00
parent 5e66868e13
commit 7df9ffa8bb
3 changed files with 12 additions and 10 deletions

View File

@@ -383,7 +383,7 @@ public abstract class BaseLogService {
logger.error(e);
throw new RestServiceException(thread, System.currentTimeMillis() - start, "searchReportEndTime参数错误");
}
if (timeCount!=2) {
if (timeCount==1) {
logger.error(RestBusinessCode.config_integrity_error.getErrorReason()+",searchReportStartTime和searchReportEndTime参数必须同时填写");
thread.setExceptionInfo("searchReportStartTime和searchReportEndTime参数必须同时填写");
throw new RestServiceException(thread,