JdConvertResult

Struct JdConvertResult 

Source
pub struct JdConvertResult {
Show 55 fields pub code: Option<String>, pub type_one_id: Option<String>, pub tao_id: Option<String>, pub title: Option<String>, pub jianjie: Option<String>, pub pict_url: Option<String>, pub user_type: Option<String>, pub seller_id: Option<String>, pub shop_dsr: Option<String>, pub volume: Option<String>, pub size: Option<String>, pub quanhou_jiage: Option<String>, pub tkrate3: Option<String>, pub yongjin_type: Option<String>, pub coupon_id: Option<String>, pub coupon_start_time: Option<String>, pub coupon_end_time: Option<String>, pub coupon_info_money: Option<String>, pub coupon_total_count: Option<String>, pub coupon_remain_count: Option<String>, pub coupon_info: Option<String>, pub juhuasuan: Option<String>, pub taoqianggou: Option<String>, pub haitao: Option<String>, pub jiyoujia: Option<String>, pub jinpaimaijia: Option<String>, pub pinpai: Option<String>, pub pinpai_name: Option<String>, pub yunfeixian: Option<String>, pub nick: Option<String>, pub small_images: Option<String>, pub white_image: Option<String>, pub tao_title: Option<String>, pub provcity: Option<String>, pub shop_title: Option<String>, pub zhibo_url: Option<String>, pub sell_count: Option<String>, pub comment_count: Option<String>, pub favcount: Option<String>, pub score1: Option<String>, pub score2: Option<String>, pub score3: Option<String>, pub credit_level: Option<String>, pub shop_icon: Option<String>, pub pc_desc_content: Option<String>, pub item_url: Option<String>, pub category_id: Option<String>, pub category_name: Option<String>, pub level_one_category_id: Option<String>, pub level_one_category_name: Option<String>, pub tkfee3: Option<String>, pub tag: Option<String>, pub date_time: Option<String>, pub coupon_click_url: Option<String>, pub shorturl: Option<String>,
}
Expand description

京东转链结果

Fields§

§code: Option<String>

折淘客编号

§type_one_id: Option<String>

分类 ID

§tao_id: Option<String>

商品 ID (SKU)

§title: Option<String>

商品短标题

§jianjie: Option<String>

商品简介

§pict_url: Option<String>

商品主图

§user_type: Option<String>

是否京东自营: 0-非自营, 1-自营

§seller_id: Option<String>

卖家 ID

§shop_dsr: Option<String>

商品描述分

§volume: Option<String>

年销量

§size: Option<String>

折扣价

§quanhou_jiage: Option<String>

券后价

§tkrate3: Option<String>

佣金比率

§yongjin_type: Option<String>

佣金类型

§coupon_id: Option<String>

优惠券 ID

§coupon_start_time: Option<String>

优惠券开始时间

§coupon_end_time: Option<String>

优惠券结束时间

§coupon_info_money: Option<String>

优惠券金额

§coupon_total_count: Option<String>

优惠券总数量

§coupon_remain_count: Option<String>

优惠券剩余数量

§coupon_info: Option<String>

优惠券信息

§juhuasuan: Option<String>

是否京东配送: 1-是

§taoqianggou: Option<String>

是否京东拼购: 1-是

§haitao: Option<String>

是否海淘 (京东国际): 1-是

§jiyoujia: Option<String>

是否京喜商品: 1-是

§jinpaimaijia: Option<String>

是否京东好店: 1-是

§pinpai: Option<String>

是否精选品牌: 1-是

§pinpai_name: Option<String>

品牌名称

§yunfeixian: Option<String>

是否有运费险: 1-有

§nick: Option<String>

卖家昵称

§small_images: Option<String>

商品小图列表 (用 | 分隔)

§white_image: Option<String>

商品白底图

§tao_title: Option<String>

商品长标题

§provcity: Option<String>

宝贝所在地

§shop_title: Option<String>

店铺名称

§zhibo_url: Option<String>

视频地址

§sell_count: Option<String>

实时总销量

§comment_count: Option<String>

评论数量

§favcount: Option<String>

收藏数量

§score1: Option<String>

宝贝描述分

§score2: Option<String>

卖家服务分

§score3: Option<String>

物流服务分

§credit_level: Option<String>

店铺等级 (1-20)

§shop_icon: Option<String>

店铺 logo

§pc_desc_content: Option<String>

图文详情图片地址 (用 | 分隔)

§item_url: Option<String>

商品 URL

§category_id: Option<String>

叶子类目 ID

§category_name: Option<String>

叶子类目名称

§level_one_category_id: Option<String>

一级类目 ID

§level_one_category_name: Option<String>

一级类目名称

§tkfee3: Option<String>

返佣金额

§tag: Option<String>

朋友圈文案

§date_time: Option<String>

数据添加时间

§coupon_click_url: Option<String>

二合一推广链接

§shorturl: Option<String>

推广短链接

Trait Implementations§

Source§

impl Clone for JdConvertResult

Source§

fn clone(&self) -> JdConvertResult

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for JdConvertResult

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for JdConvertResult

Source§

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§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,