ソースを参照

feature: 中文乱码问题解决

mazq 1 年間 前
コミット
d5b0ca726f

+ 1 - 0
dcuc-auth-service/src/test/java/com/dragoninfo/dcuc/auth/auth/service/LogSendComponentTest.java

@@ -30,6 +30,7 @@ public class LogSendComponentTest {
     public void httpsLogSend() {
         List<AuthenticationBusLog> busLogs = new ArrayList<>();
         AuthenticationBusLog busLog = new AuthenticationBusLog();
+        busLog.setAuthusername("中文编码乱码测试");
         busLog.setAppToken("appToken");
         busLog.setAuthId("authId");
         busLog.setAuthIdcard("0000000000000000001");