feat:askbot 门店获取方式变更

This commit is contained in:
苏竹红
2025-05-13 15:07:29 +08:00
parent f199b3dbd4
commit c3a18e7354

View File

@@ -80,7 +80,7 @@ public class OpenApiValidateFilter implements Filter {
try {
if (timeDiff > 600) {
log.info("OpenApiValidateFilter==>{}","请求已过期,服务器时间:" + currentTime + " 请求时间:" + timestamp);
throw new ServiceException(ErrorCodeEnum.THIRD_API_ERROR,"请求已过期请保证timestamp时间在10分钟之内");
throw new ServiceException(ErrorCodeEnum.SIGN_FAIL,"请求已过期请保证timestamp时间在10分钟之内");
}
} catch (NumberFormatException e) {
log.info("OpenApiValidateFilter==>{}","非法timestamp格式");