From e06961f1353e29645fe0c0203e2aa86b995c00cb Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 19 八月 2025 11:39:14 +0800 Subject: [PATCH] 修改bug --- driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/util/PushUtil.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 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..7359816 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 @@ -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