using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Api.Framework.Tools { #region 新的接口 public class Sale_infos { /// /// 新人 /// public string campaign_type { get; set; } /// /// 30减2 /// public string title { get; set; } /// /// /// public int begin_time { get; set; } /// /// /// public int end_time { get; set; } } public class New_goods_tag_infos { } public class Exper_score { /// /// /// public string score { get; set; } /// /// 低 /// public string level { get; set; } } public class Goods_score { /// /// /// public string score { get; set; } /// /// 低 /// public string level { get; set; } } public class Logistics_score { /// /// /// public string score { get; set; } /// /// 高 /// public string level { get; set; } } public class Service_score { /// /// /// public string score { get; set; } /// /// 中 /// public string level { get; set; } } public class Shop_exper_score { /// /// /// public Exper_score exper_score { get; set; } /// /// /// public Goods_score goods_score { get; set; } /// /// /// public Logistics_score logistics_score { get; set; } /// /// /// public Service_score service_score { get; set; } /// /// /// public bool has_data { get; set; } } public class Shop_hot_sale_products { /// /// /// public string promotion_id { get; set; } /// /// /// public string product_id { get; set; } /// /// 【粉丝专属】防蓝光眼镜近视眼镜女度数网红款INS镜框男超轻 /// public string title { get; set; } /// /// /// public string cover { get; set; } /// /// /// public int price { get; set; } /// /// /// public string detail_url { get; set; } /// /// /// public int sales { get; set; } /// /// /// public int cos_fee { get; set; } /// /// /// public int cos_ratio { get; set; } } public class Status_info { /// /// /// public bool is_shop_button { get; set; } /// /// /// public bool is_send_cooperation_intention { get; set; } /// /// /// public int daren_lark_status { get; set; } /// /// /// public string daren_mobile { get; set; } /// /// /// public string shop_mobile { get; set; } /// /// /// public int shop_lark_status { get; set; } /// /// /// public string shop_wechat_id { get; set; } /// /// /// public bool is_trusteeship { get; set; } } public class Icon { /// /// /// public List url_list { get; set; } } public class Small_icon { /// /// /// public List url_list { get; set; } } public class Privilege_info_detail { /// /// /// public string tag_id { get; set; } /// /// 正品保障 /// public string title { get; set; } /// /// 100%正品,假一赔三,放心选购 /// public string content { get; set; } /// /// /// public Icon icon { get; set; } /// /// /// public Small_icon small_icon { get; set; } /// /// /// public bool show_small_icon { get; set; } } public class Privilege_info { /// /// /// public int privilege_id { get; set; } /// /// /// public string platform_public_url { get; set; } /// /// /// public List privilege_info_detail { get; set; } } public class Data { /// /// 促销id /// public string promotion_id { get; set; } /// /// 商品id /// public string product_id { get; set; } /// /// 商品标题 /// public string title { get; set; } /// /// 商品主图 /// public string cover { get; set; } /// /// 其他商品图 /// public List images { get; set; } /// /// 售价 /// public int price { get; set; } /// /// 详细连接 /// public string detail_url { get; set; } /// /// 佣金率 /// public int cos_ratio { get; set; } /// /// 佣金 /// public int cos_fee { get; set; } /// /// 月销 /// public int sales { get; set; } /// /// 商品是否在橱窗 /// public bool is_in_shopwindow { get; set; } /// /// 促销来源 /// public int promotion_source { get; set; } /// /// 原价格 /// public int old_price { get; set; } /// /// 原佣金率 /// public int old_cos_ratio { get; set; } /// /// 原佣金 /// public int old_cos_fee { get; set; } /// /// 优惠券信息 /// public List sale_infos { get; set; } /// /// 新商品标签信息 /// public List new_goods_tag_infos { get; set; } /// /// 产品亮点 /// public string product_highlights { get; set; } /// /// 店铺id /// public int shop_id { get; set; } /// /// 店铺昵称 /// public string shop_name { get; set; } /// /// 店铺头像 /// public string shop_image { get; set; } /// /// 店铺实分数信息 /// public Shop_exper_score shop_exper_score { get; set; } /// /// 商店热卖产品 /// public List shop_hot_sale_products { get; set; } /// /// 商店热卖产品 /// public List big_imgs { get; set; } /// /// /// public Status_info status_info { get; set; } /// /// /// public Privilege_info privilege_info { get; set; } } public class DouyinGoodsInfo { /// /// 返回编码 /// public int code { get; set; } /// /// /// public int st { get; set; } /// /// 错误信息 /// public string msg { get; set; } /// /// 订单数据对象 /// public Data data { get; set; } /// /// 可能是日志编码 /// public string log_id { get; set; } } #endregion #region MyRegion ///// ///// 抖音商品信息 ///// //public class DouyinGoodsInfo //{ // /// // /// 返回编码 // /// // public int code { get; set; } // /// // /// // /// // public int st { get; set; } // /// // /// 错误信息 // /// // public string msg { get; set; } // /// // /// 订单数据对象 // /// // public Data data { get; set; } // /// // /// 订单数量 // /// // public int total { get; set; } // /// // /// 可能是日志编码 // /// // public string log_id { get; set; } //} ///// ///// 其他 ///// //public class Cover //{ // /// // /// xxxxxxxx 不知道是什么 // /// // public string uri { get; set; } // /// // /// 商品图片 // /// // public List url_list { get; set; } //} ///// ///// 图片 ///// //public class Brand_icon //{ // /// // /// 店铺图片 // /// // public List url_list { get; set; } //} ///// ///// 推广项目 ///// //public class PromotionsItem //{ // /// // /// 推广id // /// // public string promotion_id { get; set; } // /// // /// 产品id // /// // public string product_id { get; set; } // /// // /// 产品标题 // /// // public string title { get; set; } // /// // /// 商品图片等信息 // /// // public Cover cover { get; set; } // /// // /// 细节链接 // /// // public string detail_url { get; set; } // /// // /// 推广来源编码 // /// // public int promotion_source { get; set; } // /// // /// 品牌图标 // /// // public Brand_icon brand_icon { get; set; } // /// // /// 商品现价价格 // /// // public int price { get; set; } // /// // /// 市场价 // /// // public int market_price { get; set; } // /// // /// 佣金(分) // /// // public int cos_fee { get; set; } // /// // /// 佣金率(要除以100) // /// // public int cos_ratio { get; set; } // /// // /// 月销售 // /// // public int month_sales { get; set; } // /// // /// 优惠券信息(没有为空) // /// // public List sale_infos { get; set; } // /// // /// 商店id // /// // public int shop_id { get; set; } // /// // /// 商店名称 // /// // public string shop_name { get; set; } // /// // /// 商品评分 // /// // public string exp_score { get; set; } // /// // /// 是否在促销 // /// // public bool in_promotion { get; set; } // /// // /// 在商店 // /// // public bool in_shop { get; set; } // /// // /// 销售 // /// // public int sales { get; set; } //} ///// ///// 商品信息 ///// //public class Data //{ // /// // /// 商品信息 // /// // public List promotions { get; set; } // /// // /// 是否还有更多 // /// // public bool has_more { get; set; } // /// // /// 搜索id // /// // public string search_id { get; set; } //} ///// ///// 销售信息(优惠券信息) ///// //public class Sale_infos //{ // /// // /// 券 // /// // public string campaign_type { get; set; } // /// // /// 券信息(100减5) // /// // public string title { get; set; } // /// // /// 优惠券开始 // /// // public int begin_time { get; set; } // /// // /// 优惠券结束 // /// // public int end_time { get; set; } //} #endregion }