From 10a7d157e32b7257f850c09617a40a5ff4efa081 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 19 八月 2025 11:35:33 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/QYTDriving --- 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