From c0ffabe6c300432c2492485a47f88e990f9c7f8e Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期二, 12 八月 2025 10:16:11 +0800
Subject: [PATCH] update

---
 driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java b/driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java
index d87c595..784ee10 100644
--- a/driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java
+++ b/driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java
@@ -28,7 +28,7 @@
 
     Logger logger = LoggerFactory.getLogger("ServiceLog");
     
-    private final String socket_uri = "http://192.168.110.85:6000";
+    private final String socket_uri = "http://192.168.110.111:6000";
 
 
 
@@ -52,6 +52,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -87,6 +88,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -128,6 +130,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -165,6 +168,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -206,6 +210,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -243,6 +248,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -281,6 +287,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -315,6 +322,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -352,6 +360,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -387,6 +396,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {
@@ -418,6 +428,7 @@
         params.put("msg", msg.toJSONString());
         params.put("id", id.toString());
         params.put("type", type.toString());
+        params.put("bussinessType", "daijia");
         post.form(params);
         HttpResponse execute = post.execute();
         if (200 != execute.getStatus()) {

--
Gitblit v1.7.1