📋 团队日志查看中心

🏠 返回主页


📄 当前正在查看:真实环境 (zhenshi) buyer/lili-logs/buyer-api-ceshi-2026-08-29.log

📥 下载完整日志文件

[... 因文件较大,当前仅展示最新更新的尾部日志 ...]

.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 14:24:14.107 ERROR 2397982 --- [http-nio-8801-exec-12] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:20003-用户未登录

cn.lili.common.exception.ServiceException: null
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl.getUserInfo(MemberServiceImpl.java:196)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl$$FastClassBySpringCGLIB$$b2a938a6.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl$$EnhancerBySpringCGLIB$$905fce5c.getUserInfo(<generated>)
	at cn.lili.controller.passport.MemberBuyerController.getUserInfo(MemberBuyerController.java:252)
	at cn.lili.controller.passport.MemberBuyerController$$FastClassBySpringCGLIB$$63baa1fa.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.controller.passport.MemberBuyerController$$EnhancerBySpringCGLIB$$bea28710.getUserInfo(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor509.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.BuyerAuthenticationFilter.doFilterInternal(BuyerAuthenticationFilter.java:72)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 14:32:17.742  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:32:17.744  INFO 2397982 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 14:32:17.751  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:32:27.180  WARN 2397982 --- [http-nio-8801-exec-13] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:32:27.182  INFO 2397982 --- [http-nio-8801-exec-13] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 14:32:27.188  WARN 2397982 --- [http-nio-8801-exec-13] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:32:28.543  INFO 2397982 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:32:28.545  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:32:28.629  INFO 2397982 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:32:28.632  INFO 2397982 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:32:28.861  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:32:28.884  INFO 2397982 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:32:34.350  INFO 2397982 --- [http-nio-8801-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:32:34.351  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:32:34.515  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:32:34.531  INFO 2397982 --- [http-nio-8801-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置:storeId=2085608556769476610
2026-08-29 14:32:34.533  INFO 2397982 --- [http-nio-8801-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置:mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 14:32:35.182  INFO 2397982 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:32:35.229  INFO 2397982 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:32:35.330  INFO 2397982 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:33:05.828  INFO 2397982 --- [http-nio-8801-exec-14] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:33:05.829  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:33:05.938  INFO 2397982 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 14:33:05.942  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 14:33:06.055  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:33:06.252  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 14:44:35.380  WARN 2397982 --- [http-nio-8801-exec-11] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:44:35.383  INFO 2397982 --- [http-nio-8801-exec-11] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 14:44:35.393  WARN 2397982 --- [http-nio-8801-exec-11] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 14:44:39.827  INFO 2397982 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385995434
2026-08-29 14:44:39.829  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=105996, query=null, body=null
2026-08-29 14:44:39.943  INFO 2397982 --- [http-nio-8801-exec-13] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385995434
2026-08-29 14:44:39.945  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=105996, query=null, body=null
2026-08-29 14:44:40.507  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"97.27","shouyi":"1.20","xiaofei":"43.09","liudong":"0.25"}
2026-08-29 14:44:40.636  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"97.27","shouyi":"1.20","xiaofei":"43.09","liudong":"0.25"}
2026-08-29 14:44:48.820  INFO 2397982 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385995434
2026-08-29 14:44:48.824  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=105996, query=null, body=null
2026-08-29 14:44:48.901  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"97.27","shouyi":"1.20","xiaofei":"43.09","liudong":"0.25"}
2026-08-29 14:44:51.846  INFO 2397982 --- [http-nio-8801-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385995434
2026-08-29 14:44:51.848  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=105996, query=null, body=null
2026-08-29 14:44:51.936  INFO 2397982 --- [http-nio-8801-exec-12] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385995434
2026-08-29 14:44:51.937  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=105996, query=null, body=null
2026-08-29 14:44:51.951  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"97.27","shouyi":"1.20","xiaofei":"43.09","liudong":"0.25"}
2026-08-29 14:44:52.068  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"97.27","shouyi":"1.20","xiaofei":"43.09","liudong":"0.25"}
2026-08-29 14:56:33.972  INFO 2397982 --- [quartzScheduler_Worker-10] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 14:56:33.973  INFO 2397982 --- [quartzScheduler_Worker-10] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 15:12:23.730  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 15:12:23.735  INFO 2397982 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 15:12:23.746  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 15:12:30.606  INFO 2397982 --- [http-nio-8801-exec-13] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-08-29 15:12:30.610  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=7311, query=null, body=null
2026-08-29 15:12:30.679  INFO 2397982 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-08-29 15:12:30.680  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=7311, query=null, body=null
2026-08-29 15:12:31.114  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"3084.81","shouyi":"951.21","xiaofei":"1271.88","liudong":"3640.00"}
2026-08-29 15:12:31.117  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"3084.81","shouyi":"951.21","xiaofei":"1271.88","liudong":"3640.00"}
2026-08-29 15:56:33.972  INFO 2397982 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 15:56:33.976  INFO 2397982 --- [quartzScheduler_Worker-1] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 16:38:24.138  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 16:38:24.143  INFO 2397982 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 16:38:24.163  WARN 2397982 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 16:38:25.388  INFO 2397982 --- [http-nio-8801-exec-14] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:25.390  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:26.075  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:38:26.114  INFO 2397982 --- [http-nio-8801-exec-13] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:26.115  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:26.244  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:38:33.404  INFO 2397982 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:33.407  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:33.614  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:38:33.635  INFO 2397982 --- [http-nio-8801-exec-4] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置:storeId=2085608556769476610
2026-08-29 16:38:33.638  INFO 2397982 --- [http-nio-8801-exec-4] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置:mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 16:38:34.455  INFO 2397982 --- [http-nio-8801-exec-12] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:34.461  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:34.556  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:38:35.071  INFO 2397982 --- [http-nio-8801-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:35.122  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:35.305  INFO 2397982 --- [http-nio-8801-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:38:35.672  INFO 2397982 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795764
2026-08-29 16:38:35.691  INFO 2397982 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3860, query=null, body=null
2026-08-29 16:38:35.777  INFO 2397982 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"0.87","shouyi":"44.52","xiaofei":"3312.82","liudong":"0.02"}
2026-08-29 16:56:33.972  INFO 2397982 --- [quartzScheduler_Worker-2] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 16:56:33.974  INFO 2397982 --- [quartzScheduler_Worker-2] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 16:57:00.942  WARN 2397982 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 16:57:00.948  INFO 2397982 --- [http-nio-8801-exec-10] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 16:57:00.964  WARN 2397982 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:13.105  WARN 2397982 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:13.109  INFO 2397982 --- [http-nio-8801-exec-10] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 17:18:13.122  WARN 2397982 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:28.377  WARN 2397982 --- [http-nio-8801-exec-13] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:28.380  INFO 2397982 --- [http-nio-8801-exec-13] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 17:18:28.389  WARN 2397982 --- [http-nio-8801-exec-13] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:41.097  WARN 2397982 --- [http-nio-8801-exec-14] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:41.100  INFO 2397982 --- [http-nio-8801-exec-14] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 17:18:41.118  WARN 2397982 --- [http-nio-8801-exec-14] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:53.162  WARN 2397982 --- [http-nio-8801-exec-12] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:18:53.179  INFO 2397982 --- [http-nio-8801-exec-12] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 17:18:53.198  WARN 2397982 --- [http-nio-8801-exec-12] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 17:56:33.972  INFO 2397982 --- [quartzScheduler_Worker-3] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 17:56:33.973  INFO 2397982 --- [quartzScheduler_Worker-3] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 18:56:33.971  INFO 2397982 --- [quartzScheduler_Worker-4] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 18:56:33.975  INFO 2397982 --- [quartzScheduler_Worker-4] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 19:56:33.999  INFO 2397982 --- [quartzScheduler_Worker-5] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 19:56:34.015  INFO 2397982 --- [quartzScheduler_Worker-5] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 20:56:33.984  INFO 2397982 --- [quartzScheduler_Worker-6] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 20:56:33.994  INFO 2397982 --- [quartzScheduler_Worker-6] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 21:49:03.838  WARN 2397982 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 21:49:03.844  INFO 2397982 --- [http-nio-8801-exec-6] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=2
2026-08-29 21:49:04.088  WARN 2397982 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-08-29 21:49:05.948  INFO 2397982 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:49:05.949  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:49:06.524  INFO 2397982 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:49:06.525  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:49:07.150  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:49:07.415  INFO 2397982 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:49:12.506  INFO 2397982 --- [http-nio-8801-exec-12] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:49:12.508  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:49:12.783  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:49:28.592  INFO 2397982 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:49:28.594  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:49:28.613  INFO 2397982 --- [http-nio-8801-exec-14] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:49:28.616  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:49:28.726  INFO 2397982 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:49:28.741  INFO 2397982 --- [http-nio-8801-exec-14] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:50:21.096  INFO 2397982 --- [http-nio-8801-exec-13] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:50:21.100  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:50:21.168  INFO 2397982 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:50:21.198  INFO 2397982 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:50:21.548  INFO 2397982 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:50:21.549  INFO 2397982 --- [http-nio-8801-exec-13] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:51:09.081  INFO 2397982 --- [http-nio-8801-exec-12] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:51:09.092  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:51:09.143  INFO 2397982 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795565
2026-08-29 21:51:09.144  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3648, query=null, body=null
2026-08-29 21:51:09.536  INFO 2397982 --- [http-nio-8801-exec-12] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:51:09.537  INFO 2397982 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"2530.49","shouyi":"675.21","xiaofei":"3742.11","liudong":"4134.07"}
2026-08-29 21:56:33.974  INFO 2397982 --- [quartzScheduler_Worker-7] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 21:56:33.983  INFO 2397982 --- [quartzScheduler_Worker-7] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 22:56:33.978  INFO 2397982 --- [quartzScheduler_Worker-8] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 22:56:33.982  INFO 2397982 --- [quartzScheduler_Worker-8] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-08-29 23:56:33.987  INFO 2397982 --- [quartzScheduler_Worker-9] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 23:56:34.009  INFO 2397982 --- [quartzScheduler_Worker-9] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词