yj
2020-03-10 25153a6573026b280d94539b9abe40d452457ecd
fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/FloatADServiceImpl.java
@@ -68,6 +68,8 @@
         record.setParams(null);
      } else if (!StringUtil.isJson(params)) {
         throw new FloatADException(1, "跳转参数非JSON格式");
      } else {
         record.setParams(params.trim());
      }
      
      FloatADTypeEnum typeEnum = record.getTypeEnum();