Beispiel #1
0
 public String getAppJsonParams() throws IOException {
   Map map = new TreeMap();
   map.put("order_id", orderId);
   map.put("trade_no", tradeNo);
   map.put("logistics_id", logisticsId);
   map.put("waybill", waybill);
   return JsonUtil.toJson(map);
 }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 69 */ Map pmap = new TreeMap();
   /* 70 */ pmap.put("name", this.name);
   /* 71 */ pmap.put("campaignId", this.campaignId);
   /* 72 */ pmap.put("inFee", this.inFee);
   /* 73 */ pmap.put("searchFee", this.searchFee);
   /* 74 */ return JsonUtil.toJson(pmap);
   /*    */ }
 /*     */ public String getAppJsonParams() throws IOException {
   /*  93 */ Map pmap = new TreeMap();
   /*  94 */ pmap.put("status", this.status);
   /*  95 */ pmap.put("order_id", this.orderId);
   /*     */ try {
     /*  97 */ if (this.beginDate != null)
       /*  98 */ pmap.put(
           "begin_date", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.beginDate));
     /*     */ }
   /*     */ catch (Exception e) {
     /* 101 */ e.printStackTrace();
     /*     */ }
   /*     */ try {
     /* 104 */ if (this.endDate != null)
       /* 105 */ pmap.put(
           "end_date", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.endDate));
     /*     */ }
   /*     */ catch (Exception e) {
     /* 108 */ e.printStackTrace();
     /*     */ }
   /* 110 */ pmap.put("page_number", Integer.valueOf(this.pageNumber));
   /* 111 */ pmap.put("page_size", Integer.valueOf(this.pageSize));
   /* 112 */ return JsonUtil.toJson(pmap);
   /*     */ }
Beispiel #4
0
 public String getAppJsonParams() throws IOException {
   Map pmap = new TreeMap();
   pmap.put("ware_id", wareId);
   pmap.put("trade_no", tradeNo);
   return JsonUtil.toJson(pmap);
 }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 33 */ Map map = new TreeMap();
   /* 34 */ map.put("fields", this.fields);
   /* 35 */ return JsonUtil.toJson(map);
   /*    */ }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 45 */ Map pmap = new TreeMap();
   /* 46 */ pmap.put("pageNum", Integer.valueOf(this.pageNum));
   /* 47 */ pmap.put("pageSize", this.pageSize);
   /* 48 */ return JsonUtil.toJson(pmap);
   /*    */ }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 33 */ Map pmap = new TreeMap();
   /* 34 */ pmap.put("space_id", this.spaceId);
   /* 35 */ return JsonUtil.toJson(pmap);
   /*    */ }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 45 */ Map pmap = new TreeMap();
   /* 46 */ pmap.put("productId", this.productId);
   /* 47 */ pmap.put("tripDayNum", this.tripDayNum);
   /* 48 */ return JsonUtil.toJson(pmap);
   /*    */ }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 39 */ Map pmap = new TreeMap();
   /* 40 */ pmap.put("item_id", this.itemId);
   /*    */
   /* 42 */ return JsonUtil.toJson(pmap);
   /*    */ }
 /*    */ public String getAppJsonParams() throws IOException {
   /* 45 */ Map pmap = new TreeMap();
   /* 46 */ pmap.put("campaignId", this.campaignId);
   /* 47 */ pmap.put("dayBudget", this.dayBudget);
   /* 48 */ return JsonUtil.toJson(pmap);
   /*    */ }