Pu Zhibing
23 小时以前 f72ae151cc12b219cb5f39eea3ec0ea089a6ef2a
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/PushUtil.java
@@ -105,7 +105,7 @@
    * @param orderId
    * @param orderType
    */
   public void pushEndPush(Integer type, Integer uid, Integer orderId, Integer orderType) {
   public void pushEndPush(Integer type, Integer uid, Integer orderId, Integer orderType, Integer state) {
      JSONObject jsonObject = new JSONObject();
      jsonObject.put("code", 200);
      jsonObject.put("msg", "SUCCESS");
@@ -113,6 +113,7 @@
      Map<String, Object> map = new HashMap<>();
      map.put("orderId", orderId);
      map.put("orderType", orderType);
      map.put("state", state);
      jsonObject.put("data", map);
      
      //调用推送