2026-07-16 10:16:57.648 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final 2026-07-16 10:16:57.733 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 50928 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform) 2026-07-16 10:16:57.734 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev" 2026-07-16 10:16:58.941 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-07-16 10:16:58.943 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-07-16 10:16:59.015 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56 ms. Found 0 Redis repository interfaces. 2026-07-16 10:16:59.931 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http) 2026-07-16 10:16:59.944 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"] 2026-07-16 10:16:59.946 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-07-16 10:16:59.947 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20] 2026-07-16 10:17:00.018 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext 2026-07-16 10:17:00.018 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2075 ms 2026-07-16 10:17:00.055 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2026-07-16 10:17:01.696 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2026-07-16 10:17:02.771 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端 2026-07-16 10:17:02.993 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com 2026-07-16 10:17:03.393 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动 2026-07-16 10:17:03.815 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler] 2026-07-16 10:17:05.062 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6939f18a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8bd9d08, org.springframework.security.web.context.SecurityContextHolderFilter@701da311, org.springframework.security.web.header.HeaderWriterFilter@732bb49d, org.springframework.web.filter.CorsFilter@189f3ccd, org.springframework.security.web.authentication.logout.LogoutFilter@44c54463, com.payment.platform.core.security.JwtAuthFilter@857f1a7, com.payment.platform.core.security.TenantApiKeyAuthFilter@176054b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5de14222, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fb51e17, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2eb0932c, org.springframework.security.web.session.SessionManagementFilter@19a4cdea, org.springframework.security.web.access.ExceptionTranslationFilter@45e68fac, org.springframework.security.web.access.intercept.AuthorizationFilter@41041c31] 2026-07-16 10:17:05.783 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"] 2026-07-16 10:17:05.803 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1' 2026-07-16 10:17:05.970 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 8.96 seconds (process running for 10.204) 2026-07-16 10:17:07.846 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成 2026-07-16 10:17:08.987 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型) 2026-07-16 10:17:12.241 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-07-16 10:17:12.242 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2026-07-16 10:17:12.244 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms 2026-07-16 10:17:22.528 [tomcat-handler-7] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 1, 用户名: admin 正在生成JWT令牌 2026-07-16 10:17:22.618 [tomcat-handler-7] INFO c.p.p.m.s.a.c.AuthController - 用户admin登录成功 2026-07-16 10:21:53.579 [tomcat-handler-28] INFO c.p.p.m.s.auth.service.AuthService - 用户退出登录成功,会话编号:6845631e-e62f-4795-8a8b-061a8641fa45 2026-07-16 10:22:00.630 [tomcat-handler-31] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌 2026-07-16 10:22:00.712 [tomcat-handler-31] INFO c.p.p.m.s.a.c.AuthController - 用户q登录成功 2026-07-16 10:25:46.743 [tomcat-handler-51] INFO c.p.p.m.s.auth.service.AuthService - 用户退出登录成功,会话编号:0a67cce3-57ab-4b9e-a1b7-a2cd33570dd3 2026-07-16 10:25:54.721 [tomcat-handler-54] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 1, 用户名: admin 正在生成JWT令牌 2026-07-16 10:25:54.804 [tomcat-handler-54] INFO c.p.p.m.s.a.c.AuthController - 用户admin登录成功 2026-07-16 10:26:11.340 [tomcat-handler-66] INFO c.p.p.m.s.auth.service.AuthService - 用户退出登录成功,会话编号:43f9414d-3380-4a1c-a33b-d4e9e0b61aa2 2026-07-16 10:26:19.262 [tomcat-handler-69] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌 2026-07-16 10:26:19.418 [tomcat-handler-69] INFO c.p.p.m.s.a.c.AuthController - 用户q登录成功 2026-07-16 10:26:51.947 [tomcat-handler-87] INFO c.p.p.m.s.auth.service.AuthService - 用户退出登录成功,会话编号:1a2ab41f-452c-4ca1-879d-27cd18f377c0 2026-07-16 10:27:01.046 [tomcat-handler-90] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌 2026-07-16 10:27:01.126 [tomcat-handler-90] INFO c.p.p.m.s.a.c.AuthController - 用户q登录成功 2026-07-16 10:27:19.436 [tomcat-handler-121] INFO c.p.p.m.s.auth.service.AuthService - 用户退出登录成功,会话编号:dcfeae15-4a61-4ec7-8656-3c70e490003f 2026-07-16 11:50:23.443 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ... 2026-07-16 11:50:23.452 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed 2026-07-16 12:13:42.626 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final 2026-07-16 12:13:42.689 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 50468 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform) 2026-07-16 12:13:42.690 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev" 2026-07-16 12:13:43.574 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-07-16 12:13:43.576 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-07-16 12:13:43.635 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 44 ms. Found 0 Redis repository interfaces. 2026-07-16 12:13:44.233 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http) 2026-07-16 12:13:44.245 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"] 2026-07-16 12:13:44.246 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-07-16 12:13:44.246 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20] 2026-07-16 12:13:44.295 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext 2026-07-16 12:13:44.295 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1441 ms 2026-07-16 12:13:44.322 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2026-07-16 12:13:45.804 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2026-07-16 12:13:46.666 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端 2026-07-16 12:13:46.825 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com 2026-07-16 12:13:47.138 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动 2026-07-16 12:13:47.444 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler] 2026-07-16 12:13:48.032 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6939f18a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8bd9d08, org.springframework.security.web.context.SecurityContextHolderFilter@701da311, org.springframework.security.web.header.HeaderWriterFilter@732bb49d, org.springframework.web.filter.CorsFilter@189f3ccd, org.springframework.security.web.authentication.logout.LogoutFilter@44c54463, com.payment.platform.core.security.JwtAuthFilter@4eace42b, com.payment.platform.core.security.TenantApiKeyAuthFilter@176054b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5de14222, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fb51e17, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2eb0932c, org.springframework.security.web.session.SessionManagementFilter@19a4cdea, org.springframework.security.web.access.ExceptionTranslationFilter@45e68fac, org.springframework.security.web.access.intercept.AuthorizationFilter@41041c31] 2026-07-16 12:13:48.630 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"] 2026-07-16 12:13:48.647 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1' 2026-07-16 12:13:48.809 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 6.88 seconds (process running for 7.521) 2026-07-16 12:13:51.987 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成 2026-07-16 12:13:53.597 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-07-16 12:13:53.598 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2026-07-16 12:13:53.600 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms 2026-07-16 12:13:53.601 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型) 2026-07-16 12:13:53.823 [scheduling-1] ERROR c.p.p.common.utils.RedisLockUtil - 获取分布式锁失败: key=retry:dealing_transfers, error=Unable to connect to Redis 2026-07-16 12:14:16.068 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ... 2026-07-16 12:14:16.070 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed 2026-07-16 12:14:18.337 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final 2026-07-16 12:14:18.424 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 9664 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform) 2026-07-16 12:14:18.425 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev" 2026-07-16 12:14:19.377 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-07-16 12:14:19.379 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-07-16 12:14:19.430 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 39 ms. Found 0 Redis repository interfaces. 2026-07-16 12:14:20.052 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http) 2026-07-16 12:14:20.061 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"] 2026-07-16 12:14:20.062 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-07-16 12:14:20.062 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20] 2026-07-16 12:14:20.120 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext 2026-07-16 12:14:20.121 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1521 ms 2026-07-16 12:14:20.156 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2026-07-16 12:14:21.654 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2026-07-16 12:14:22.411 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端 2026-07-16 12:14:22.557 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com 2026-07-16 12:14:22.892 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动 2026-07-16 12:14:23.130 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler] 2026-07-16 12:14:23.633 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@e75bae7, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3531509c, org.springframework.security.web.context.SecurityContextHolderFilter@491f3fb0, org.springframework.security.web.header.HeaderWriterFilter@623a891d, org.springframework.web.filter.CorsFilter@23169374, org.springframework.security.web.authentication.logout.LogoutFilter@6939f18a, com.payment.platform.core.security.JwtAuthFilter@2c451c4a, com.payment.platform.core.security.TenantApiKeyAuthFilter@4d7c9b42, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58a0f75b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2b569858, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f2b1a2f, org.springframework.security.web.session.SessionManagementFilter@756030e2, org.springframework.security.web.access.ExceptionTranslationFilter@721fc228, org.springframework.security.web.access.intercept.AuthorizationFilter@4f9e9c21] 2026-07-16 12:14:24.053 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"] 2026-07-16 12:14:24.065 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1' 2026-07-16 12:14:24.166 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 6.4 seconds (process running for 7.047) 2026-07-16 12:14:26.059 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成 2026-07-16 12:14:27.053 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型) 2026-07-16 12:14:33.352 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-07-16 12:14:33.352 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2026-07-16 12:14:33.353 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms 2026-07-16 12:14:51.368 [tomcat-handler-6] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌 2026-07-16 12:14:51.499 [tomcat-handler-6] INFO c.p.p.m.s.a.c.AuthController - 用户q登录成功 2026-07-16 12:15:05.568 [tomcat-handler-23] INFO c.p.p.c.alipay.AlipayClientFactory - 服务商[3]客户端创建成功, appId=2021006160682088, name=跨境服务商, mode=cert 2026-07-16 12:17:05.207 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ... 2026-07-16 12:17:05.208 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed 2026-07-16 12:17:07.625 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final 2026-07-16 12:17:07.691 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 30656 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform) 2026-07-16 12:17:07.692 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev" 2026-07-16 12:17:08.595 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-07-16 12:17:08.597 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-07-16 12:17:08.646 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 38 ms. Found 0 Redis repository interfaces. 2026-07-16 12:17:09.237 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http) 2026-07-16 12:17:09.245 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"] 2026-07-16 12:17:09.246 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-07-16 12:17:09.246 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20] 2026-07-16 12:17:09.296 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext 2026-07-16 12:17:09.297 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1452 ms 2026-07-16 12:17:09.324 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2026-07-16 12:17:10.913 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2026-07-16 12:17:11.852 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端 2026-07-16 12:17:12.008 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com 2026-07-16 12:17:12.308 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动 2026-07-16 12:17:12.563 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler] 2026-07-16 12:17:13.077 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@82382d1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c120b00, org.springframework.security.web.context.SecurityContextHolderFilter@722d3ddb, org.springframework.security.web.header.HeaderWriterFilter@6debf1b8, org.springframework.web.filter.CorsFilter@d8a2b1b, org.springframework.security.web.authentication.logout.LogoutFilter@1f596988, com.payment.platform.core.security.JwtAuthFilter@682fe17b, com.payment.platform.core.security.TenantApiKeyAuthFilter@531bec12, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@25b87e1b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@623a891d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2709e075, org.springframework.security.web.session.SessionManagementFilter@4fe9fb65, org.springframework.security.web.access.ExceptionTranslationFilter@19a4cdea, org.springframework.security.web.access.intercept.AuthorizationFilter@8bd9d08] 2026-07-16 12:17:13.468 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"] 2026-07-16 12:17:13.479 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1' 2026-07-16 12:17:13.592 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 6.668 seconds (process running for 7.313) 2026-07-16 12:17:15.845 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成 2026-07-16 12:17:17.398 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型) 2026-07-16 12:17:37.007 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-07-16 12:17:37.008 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2026-07-16 12:17:37.009 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms 2026-07-16 12:17:40.770 [tomcat-handler-7] INFO c.p.p.c.alipay.AlipayClientFactory - 服务商[3]客户端创建成功, appId=2021006160682088, name=跨境服务商, mode=cert