|
@@ -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");
|