📋 团队日志查看中心

🏠 返回主页


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

📥 下载完整日志文件

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

erChainProxy.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)
Caused by: java.sql.SQLException: Zero date value prohibited
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:99)
	at com.mysql.cj.jdbc.result.ResultSetImpl.getTimestamp(ResultSetImpl.java:939)
	at com.alibaba.druid.filter.FilterChainImpl.resultSet_getTimestamp(FilterChainImpl.java:1045)
	at com.alibaba.druid.filter.FilterAdapter.resultSet_getTimestamp(FilterAdapter.java:1814)
	at com.alibaba.druid.filter.FilterChainImpl.resultSet_getTimestamp(FilterChainImpl.java:1041)
	at com.alibaba.druid.wall.WallFilter.resultSet_getTimestamp(WallFilter.java:1084)
	at com.alibaba.druid.filter.FilterChainImpl.resultSet_getTimestamp(FilterChainImpl.java:1041)
	at com.alibaba.druid.filter.FilterAdapter.resultSet_getTimestamp(FilterAdapter.java:1814)
	at com.alibaba.druid.filter.FilterChainImpl.resultSet_getTimestamp(FilterChainImpl.java:1041)
	at com.alibaba.druid.proxy.jdbc.ResultSetProxyImpl.getTimestamp(ResultSetProxyImpl.java:717)
	at com.alibaba.druid.pool.DruidPooledResultSet.getTimestamp(DruidPooledResultSet.java:207)
	at org.apache.shardingsphere.core.execute.sql.execute.result.StreamQueryResult.getValue(StreamQueryResult.java:84)
	at org.apache.shardingsphere.underlying.merge.impl.StreamMergedResult.getValue(StreamMergedResult.java:49)
	at org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult.getValue(EncryptMergedResult.java:50)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.ShardingResultSet.getTimestamp(ShardingResultSet.java:254)
	at org.apache.ibatis.type.DateTypeHandler.getNullableResult(DateTypeHandler.java:37)
	at org.apache.ibatis.type.DateTypeHandler.getNullableResult(DateTypeHandler.java:28)
	at org.apache.ibatis.type.BaseTypeHandler.getResult(BaseTypeHandler.java:86)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.applyAutomaticMappings(DefaultResultSetHandler.java:586)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.getRowValue(DefaultResultSetHandler.java:416)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValuesForSimpleResultMap(DefaultResultSetHandler.java:366)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValues(DefaultResultSetHandler.java:337)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSet(DefaultResultSetHandler.java:310)
	at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSets(DefaultResultSetHandler.java:202)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:66)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
	at jdk.internal.reflect.GeneratedMethodAccessor242.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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy670.query(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336)
	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy669.query(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor246.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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 126 common frames omitted
Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited
	at com.mysql.cj.result.SqlTimestampValueFactory.localCreateFromDatetime(SqlTimestampValueFactory.java:173)
	at com.mysql.cj.result.SqlTimestampValueFactory.localCreateFromDatetime(SqlTimestampValueFactory.java:51)
	at com.mysql.cj.result.AbstractDateTimeValueFactory.createFromDatetime(AbstractDateTimeValueFactory.java:104)
	at com.mysql.cj.protocol.a.MysqlTextValueDecoder.decodeDatetime(MysqlTextValueDecoder.java:90)
	at com.mysql.cj.protocol.result.AbstractResultsetRow.decodeAndCreateReturnValue(AbstractResultsetRow.java:86)
	at com.mysql.cj.protocol.result.AbstractResultsetRow.getValueFromBytes(AbstractResultsetRow.java:243)
	at com.mysql.cj.protocol.a.result.ByteArrayRow.getValue(ByteArrayRow.java:91)
	... 170 common frames omitted

2026-09-10 23:28:05.421  INFO 3165879 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-10 23:28:05.424  INFO 3165879 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-10 23:28:05.585  INFO 3165879 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:28:05.589  INFO 3165879 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:28:05.589  INFO 3165879 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-10 23:28:05.591  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-10 23:28:05.784  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"4010.04","shouyi":"1295.01","xiaofei":"1158.56","liudong":"3640.00"}
2026-09-10 23:28:05.784  INFO 3165879 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-10 23:28:05.790  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-10 23:28:05.804  INFO 3165879 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:28:05.805  INFO 3165879 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:28:05.809  INFO 3165879 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:28:05.821  INFO 3165879 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:28:05.827  INFO 3165879 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:28:05.830  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:28:05.860  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:28:05.860  INFO 3165879 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:28:05.862  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:28:05.877  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:28:06.152  INFO 3165879 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"4010.04","shouyi":"1295.01","xiaofei":"1158.56","liudong":"3640.00"}
2026-09-10 23:28:06.153  INFO 3165879 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-10 23:28:06.155  INFO 3165879 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-10 23:28:06.158  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-10 23:28:06.222  INFO 3165879 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-10 23:28:47.104  INFO 3165879 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2062499996409791004, current=1(tp=0), pageSize=999
2026-09-10 23:28:47.106  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_payment_packages, guoId=107178, query={current=0, pageSize=999}, body=null
2026-09-10 23:28:47.300  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":11,"av":1,"d_shouyi":0.03,"d_suanli":0.19,"d_xiaofei":0.01,"days":53,"duration":"0.4积","hold":12,"max":12,"name":"1号算力","price":"10积分","receive":1,"t_shouyi":1.6,"t_suanli":10,"t_xiaofei":0.4,"trade":2},{"add":4.1,"already":1,"av":10,"d_shouyi":0.54,"d_suanli":2.94,"d_xiaofei":0.14,"days":34,"duration":"4.1积","hold":123,"max":7,"name":"2号算力","price":"100积分","receive":2,"t_shouyi":18.4,"t_suanli":100,"t_xiaofei":4.6,"trade":23},{"add":22,"already":0,"av":50,"d_shouyi":4.27,"d_suanli":16.67,"d_xiaofei":1.07,"days":30,"duration":"22积","hold":660,"max":2,"name":"3号算力","price":"500积分","receive":3,"t_shouyi":128,"t_suanli":500,"t_xiaofei":32,"trade":160},{"add":42,"already":0,"av":100,"d_shouyi":6.93,"d_suanli":33.33,"d_xiaofei":1.73,"days":30,"duration":"42积","hold":1260,"max":3,"name":"4号算力","price":"1000积分","receive":4,"t_shouyi":208,"t_suanli":1000,"t_xiaofei":52,"trade":260},{"add":126,"already":0,"av":300,"d_shouyi":20.8,"d_suanli":100,"d_xiaofei":5.2,"days":30,"duration":"126积","hold":3780,"max":1,"name":"5号算力","price":"3000积分","receive":4,"t_shouyi":624,"t_suanli":3000,"t_xiaofei":156,"trade":780},{"add":212,"already":0,"av":500,"d_shouyi":36.27,"d_suanli":166.67,"d_xiaofei":9.07,"days":30,"duration":"212积","hold":6360,"max":2,"name":"6号算力","price":"5000积分","receive":5,"t_shouyi":1088,"t_suanli":5000,"t_xiaofei":272,"trade":1360},{"add":427,"already":0,"av":1000,"d_shouyi":74.93,"d_suanli":333.33,"d_xiaofei":18.73,"days":30,"duration":"427积","hold":12810,"max":1,"name":"7号算力","price":"10000积分","receive":5,"t_shouyi":2248,"t_suanli":10000,"t_xiaofei":562,"trade":2810}]
2026-09-10 23:29:32.993  WARN 3165879 --- [http-nio-8801-exec-7] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:29:32.996  INFO 3165879 --- [http-nio-8801-exec-7] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:29:33.008  WARN 3165879 --- [http-nio-8801-exec-7] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:29:50.240  WARN 3165879 --- [http-nio-8801-exec-1] org.elasticsearch.client.RestClient      : request [GET http://95.111.224.25:9200/lili_goods/_doc/2087199931365584898] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."]
2026-09-10 23:29:50.847  WARN 3165879 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:29:50.852  INFO 3165879 --- [http-nio-8801-exec-5] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:29:50.879  WARN 3165879 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:29:50.880  WARN 3165879 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:29:50.892  INFO 3165879 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:29:50.912  WARN 3165879 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:05.751  WARN 3165879 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:05.756  INFO 3165879 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:30:05.850  WARN 3165879 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:09.442  WARN 3165879 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [GET http://95.111.224.25:9200/lili_goods/_doc/2075121980667011073] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."]
2026-09-10 23:30:10.545  WARN 3165879 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:10.547  WARN 3165879 --- [http-nio-8801-exec-4] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:10.548  INFO 3165879 --- [http-nio-8801-exec-6] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:30:10.549  INFO 3165879 --- [http-nio-8801-exec-4] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:30:10.562  WARN 3165879 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:10.568  WARN 3165879 --- [http-nio-8801-exec-4] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:47.259  WARN 3165879 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:30:47.263  INFO 3165879 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:30:47.296  WARN 3165879 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:31:05.420  INFO 3165879 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-09-10 23:31:05.423  INFO 3165879 --- [quartzScheduler_Worker-1] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-09-10 23:32:03.499  WARN 3165879 --- [http-nio-8801-exec-8] org.elasticsearch.client.RestClient      : request [GET http://95.111.224.25:9200/lili_goods/_doc/2075059369170640897] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."]
2026-09-10 23:32:04.026  WARN 3165879 --- [http-nio-8801-exec-7] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:32:04.034  INFO 3165879 --- [http-nio-8801-exec-7] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:32:04.065  WARN 3165879 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:32:04.067  WARN 3165879 --- [http-nio-8801-exec-7] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:32:04.068  INFO 3165879 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=4
2026-09-10 23:32:04.088  WARN 3165879 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-09-10 23:32:12.124  WARN 3165879 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient      : request [GET http://95.111.224.25:9200/lili_goods/_doc/2075059369170640897] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."]
2026-09-10 23:34:42.180  WARN 3165879 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [POST http://95.111.224.25:9200/lili_goods/_update/2075059369170640897?refresh=true&retry_on_conflict=3&timeout=1m] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."]
2026-09-10 23:34:42.180  INFO 3165879 --- [http-nio-8801-exec-6] c.l.m.g.s.OrderStockLockServiceImpl      : 同步 ES 库存成功 skuId=2075059369170640897, quantity=44
2026-09-10 23:34:42.180  INFO 3165879 --- [http-nio-8801-exec-6] c.l.m.g.s.OrderStockLockServiceImpl      : 订单库存变更成功 deduction=true, keys=[{SKU_STOCK}_2075059369170640897], values=[-1]
2026-09-10 23:34:42.187  INFO 3165879 --- [http-nio-8801-exec-6] c.l.m.g.s.OrderStockLockServiceImpl      : 创单锁库存成功 orderSn=O202609102098163277895929857, skuLines=1
2026-09-10 23:34:42.254  INFO 3165879 --- [http-nio-8801-exec-6] c.l.c.l.TransactionCommitSendMQListener  : 事务提交,发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=订单创建消息]
2026-09-10 23:34:42.260 ERROR 3165879 --- [NettyClientPublicExecutor_2] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

org.apache.rocketmq.client.exception.MQBrokerException: CODE: 14  DESC: service not available now. It may be caused by one of the following reasons: the broker's disk is full [CL:  0.91 CQ:  0.91 INDEX:  0.91], messages are put to the slave, message store has been shut down, etc. BROKER: 62.171.132.2:10911
For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:680)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.access$000(MQClientAPIImpl.java:171)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl$1.operationComplete(MQClientAPIImpl.java:557)
	at org.apache.rocketmq.remoting.netty.ResponseFuture.executeInvokeCallback(ResponseFuture.java:54)
	at org.apache.rocketmq.remoting.netty.NettyRemotingAbstract$2.run(NettyRemotingAbstract.java:320)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-09-10 23:34:42.906  INFO 3165879 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:34:42.909  INFO 3165879 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:34:43.010  INFO 3165879 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:34:43.010  INFO 3165879 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:34:43.013  INFO 3165879 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:34:43.026  INFO 3165879 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:34:43.060  INFO 3165879 --- [http-nio-8801-exec-8] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置:storeId=2073647800654147585
2026-09-10 23:34:43.072  INFO 3165879 --- [http-nio-8801-exec-8] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置:mchId=M1783408789, appId=6a4ca895e4b0dfa55a9303b7, name=微信支付
2026-09-10 23:34:51.921  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:34:51.923  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:34:52.074  INFO 3165879 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:34:52.080  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:34:52.129  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:34:52.130  INFO 3165879 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:34:52.132  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:34:52.153  INFO 3165879 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:34:52.249  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:34:52.249  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:34:52.280  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:34:52.300  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:03.269  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:03.271  INFO 3165879 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:03.272  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:03.305  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:03.551  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:03.551  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:03.552  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:03.552  INFO 3165879 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:03.554  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:03.556  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:03.585  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:03.586  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:13.985  INFO 3165879 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:13.988  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:14.025  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:14.025  INFO 3165879 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:14.028  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:14.038  INFO 3165879 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:14.062  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:14.066  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:14.090  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:14.091  INFO 3165879 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:14.093  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:14.099  INFO 3165879 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:19.101  INFO 3165879 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:19.103  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:19.155  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:19.156  INFO 3165879 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:19.158  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:19.168  INFO 3165879 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:27.320  INFO 3165879 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:27.323  INFO 3165879 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:27.355  INFO 3165879 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:27.356  INFO 3165879 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:27.358  INFO 3165879 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:27.368  INFO 3165879 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}
2026-09-10 23:35:27.428  INFO 3165879 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2062499996409791004
2026-09-10 23:35:27.465  INFO 3165879 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=107178, query=null, body=null
2026-09-10 23:35:27.491  INFO 3165879 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"52.58","shouyi":"16.06","xiaofei":"14.15","liudong":"0.00"}
2026-09-10 23:35:27.492  INFO 3165879 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2062499996409791004
2026-09-10 23:35:27.495  INFO 3165879 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=107178, query=null, body=null
2026-09-10 23:35:27.503  INFO 3165879 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":21,"total":0,"xiao":0}