haungfuli 2 éve
szülő
commit
4f0a2e6443

+ 2 - 2
winsea-haixin-plugin-wangluohuoyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/util/MonitoringSystemReporting.java

@@ -28,7 +28,7 @@ public class MonitoringSystemReporting {
      */
     // 账号,密码,社会信用代码
     public static String[][] usersArr = {
-            {"23106960", "h108796l", "91210804MA10FPAM2G"}
+            {"23106960", "qweasd!@#123", "91210804MA10FPAM2G"}
     };
 
     /**
@@ -214,7 +214,7 @@ public class MonitoringSystemReporting {
         String name = "驾驶员信息单";
         DriverInfo driver = testDriver(hyDriverInfo);
         //roots.get(0)
-        Root root = getRoot(driver, name, loginRoot("23106960", "h108796l", "91210804MA10FPAM2G","debugSystem"));
+        Root root = getRoot(driver, name, loginRoot("23106960", "qweasd!@#123", "91210804MA10FPAM2G","debugSystem"));
         String messageJson = JSON.toJSONString(root);
         System.out.println("发送报文的内容:" + messageJson);
         String result = PostUtils.post(sendUrl, messageJson);