yeguodong 2 viikkoa sitten
vanhempi
commit
e207a24161

+ 3 - 0
serverlog/2025-06-26/all_spring-boot-logback0.log

@@ -0,0 +1,3 @@
+- [2025-06-26 21:42:13.402] [INFO] [t.s.SiZyFeeOprnSystmApplicationTests] --> Starting SiZyFeeOprnSystmApplicationTests using Java 1.8.0_171 on DESKTOP-U8M4L27 with PID 17368 (started by 666 in D:\workspace\SiZyFeeOprnSystem)
+- [2025-06-26 21:42:13.404] [INFO] [t.s.SiZyFeeOprnSystmApplicationTests] --> No active profile set, falling back to default profiles: default
+- [2025-06-26 21:42:15.782] [INFO] [t.s.SiZyFeeOprnSystmApplicationTests] --> Started SiZyFeeOprnSystmApplicationTests in 2.674 seconds (JVM running for 3.308)

+ 8 - 0
serverlog/all_spring-boot-logback.log

@@ -0,0 +1,8 @@
+- [2025-06-27 08:44:08.834] [INFO] [t.s.SiZyFeeOprnSystmApplication] --> Starting SiZyFeeOprnSystmApplication using Java 1.8.0_171 on DESKTOP-U8M4L27 with PID 8788 (D:\workspace\SiZyFeeOprnSystem\target\classes started by 666 in D:\workspace\SiZyFeeOprnSystem)
+- [2025-06-27 08:44:08.837] [INFO] [t.s.SiZyFeeOprnSystmApplication] --> No active profile set, falling back to default profiles: default
+- [2025-06-27 08:44:09.570] [INFO] [o.a.c.h.Http11NioProtocol] --> Initializing ProtocolHandler ["http-nio-1000"]
+- [2025-06-27 08:44:09.571] [INFO] [o.a.c.c.StandardService] --> Starting service [Tomcat]
+- [2025-06-27 08:44:09.571] [INFO] [o.a.c.c.StandardEngine] --> Starting Servlet engine: [Apache Tomcat/9.0.39]
+- [2025-06-27 08:44:09.622] [INFO] [o.a.c.c.C.[.[.[/]] --> Initializing Spring embedded WebApplicationContext
+- [2025-06-27 08:44:10.609] [INFO] [o.a.c.h.Http11NioProtocol] --> Starting ProtocolHandler ["http-nio-1000"]
+- [2025-06-27 08:44:10.628] [INFO] [t.s.SiZyFeeOprnSystmApplication] --> Started SiZyFeeOprnSystmApplication in 2.148 seconds (JVM running for 2.789)

+ 0 - 0
serverlog/err_spring-boot-logback.log


+ 1 - 1
src/main/java/thyyxxk/sizyfeeoprnsystm/service/ExecService.java

@@ -127,7 +127,7 @@ public class ExecService {
     public String getSignature(String timestamp, String function) {
         String source =
                 "_api_access_key=" + cfg.getAccessKey() +
-                        "&_api_name=" + function +
+                        "&_api_name=" + cfg.getApiName() +
                         "&_api_timestamp=" + timestamp +
                         "&_api_version=" + cfg.getApiVersion();
         return hmacSha1(source);