Pu Zhibing
4 天以前 9641d9ebc7b32b7e2cee898c8e9250e798c97e1b
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/PushUtil.java
@@ -84,6 +84,7 @@
      params.put("msg", jsonObject.toJSONString());
      params.put("id", uid);
      params.put("type", type);
      params.put("bussinessType", "dache");
      post.form(params);
      HttpResponse execute = post.execute();
      if (200 != execute.getStatus()) {
@@ -122,6 +123,7 @@
      params.put("msg", jsonObject.toJSONString());
      params.put("id", uid);
      params.put("type", type);
      params.put("bussinessType", "dache");
      post.form(params);
      HttpResponse execute = post.execute();
      if (200 != execute.getStatus()) {
@@ -315,6 +317,7 @@
      params.put("msg", msg.toJSONString());
      params.put("id", jsonObject.getIntValue("id"));
      params.put("type", jsonObject.getIntValue("type"));
      params.put("bussinessType", "dache");
      post.form(params);
      HttpResponse execute = post.execute();
      if (200 != execute.getStatus()) {
@@ -364,6 +367,7 @@
      params.put("msg", msg.toJSONString());
      params.put("id", id);
      params.put("type", type);
      params.put("bussinessType", "dache");
      post.form(params);
      HttpResponse execute = post.execute();
      if (200 != execute.getStatus()) {
@@ -404,6 +408,7 @@
      params.put("msg", jsonObject.toJSONString());
      params.put("id", uid);
      params.put("type", type);
      params.put("bussinessType", "dache");
      post.form(params);
      HttpResponse execute = post.execute();
      if (200 != execute.getStatus()) {