SuperSearchParam constructor
SuperSearchParam({})
Implementation
SuperSearchParam({
this.priceUpperLimit,
required this.keyWords,
this.endTkRate,
required this.pageSize,
this.sort,
required this.type, //搜索类型:0-综合结果,1-大淘客商品,2-联盟商品
required this.pageId,
this.specialId,
this.haitao,
this.priceLowerLimit,
this.hasCoupon,
this.startTkRate,
this.tmall,
this.channelId,
});