From 5e3dec02d94aeb5c021569b7dfdf894e6641ad82 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期二, 19 八月 2025 11:27:44 +0800
Subject: [PATCH] 合并代码

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

diff --git a/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/util/PushUtil.java b/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/util/PushUtil.java
index 5fa10e6..e3dac6c 100644
--- a/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/util/PushUtil.java
+++ b/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/util/PushUtil.java
@@ -53,6 +53,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()) {
@@ -162,6 +165,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()) {
@@ -199,6 +203,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()) {
@@ -227,6 +232,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()) {
@@ -270,6 +276,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()) {
@@ -308,6 +315,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()) {
@@ -347,6 +355,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