pub struct JdJFGoodsParam {
pub elite_id: u64,
pub page_index: Option<u64>,
pub page_size: Option<u64>,
pub sort_name: Option<String>,
pub sort: Option<String>,
pub pid: Option<String>,
pub fields: Option<String>,
pub forbid_types: Option<String>,
}Fields§
§elite_id: u64频道ID:1-好券商品,2-精选卖场,10-9.9包邮,15-京东配送,22-实时热销榜,23-为你推荐,24-数码家电,25-超市,26-母婴玩具 27-家具日用,28-美妆穿搭,30-图书文具,31-今日必推,32-京东好物,33-京东秒杀,34-拼购商品,40-高收益榜,41-自营热卖榜 108-秒杀进行中,109-新品首发,110-自营,112-京东爆品,125-首购商品,129-高佣榜单,130-视频商品,153-历史最低价商品榜,210-极速版商品
page_index: Option<u64>页码,默认1
page_size: Option<u64>每页数量,默认20,上限50,建议20
sort_name: Option<String>排序字段(price:单价, commissionShare:佣金比例, commission:佣金, inOrderCount30DaysSku:sku维度30天引单量,comments:评论数,goodComments:好评数)
sort: Option<String>asc,desc升降序,默认降序
pid: Option<String>联盟id_应用id_推广位id,三段式
fields: Option<String>支持出参数据筛选,逗号’,’分隔,目前可用:videoInfo,documentInfo
forbid_types: Option<String>10微信京东购物小程序禁售,11微信京喜小程序禁售
Trait Implementations§
Source§impl Debug for JdJFGoodsParam
impl Debug for JdJFGoodsParam
Source§impl<'de> Deserialize<'de> for JdJFGoodsParam
impl<'de> Deserialize<'de> for JdJFGoodsParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JdJFGoodsParam
impl RefUnwindSafe for JdJFGoodsParam
impl Send for JdJFGoodsParam
impl Sync for JdJFGoodsParam
impl Unpin for JdJFGoodsParam
impl UnwindSafe for JdJFGoodsParam
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more