admin
2020-06-01 4d66b80a56cca390a0d06cc5bc5a9d8c8f790ff8
fanli/src/main/java/com/yeshi/fanli/util/factory/JumpDetailParamsFactory.java
@@ -70,9 +70,11 @@
    * @param auctionId
    * @return
    */
   public static String createGoodsParams(ClientTBPid clientTBPid, Long auctionId) {
   public static String createGoodsParams(Long auctionId, Integer goodsType) {
      JSONObject data = new JSONObject();
      data.put("id", auctionId);
      if (goodsType != null)
         data.put("goodsType", goodsType);
      return data.toString();
   }