using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace DkSdkCore.Response
|
{
|
/// <summary>
|
/// 抖音高佣精选商品
|
/// </summary>
|
public class TkGetTiktokSxGoodListResponse:DkResponse
|
{
|
public TiktokSxGoodList data { get; set; }
|
}
|
|
public class TiktokSxGoodList
|
{
|
public int page { get; set; }
|
public int size { get; set; }
|
public int total { get; set; }
|
|
public List<TiktokSxGood> list { get; set; }
|
}
|
public class TiktokSxGood
|
{
|
public string actualSelectionTime { get; set; }
|
public int anchorWithGoods { get; set; }
|
public int brandId { get; set; }
|
public string brandLogo { get; set; }
|
public string brandNameCn { get; set; }
|
public string brandNameEn { get; set; }
|
public double browseConversionRate { get; set; }
|
public int categoryId { get; set; }
|
public string categoryName { get; set; }
|
public int commentNum { get; set; }
|
public int commentRate { get; set; }
|
public double commentScore { get; set; }
|
public double cosFee { get; set; }
|
public int cosRatio { get; set; }
|
public int couponAmount { get; set; }
|
public string couponId { get; set; }
|
public string couponLink { get; set; }
|
public decimal couponPrice { get; set; }
|
public string couponTime { get; set; }
|
public int couponType { get; set; }
|
public string cover { get; set; }
|
public string detailUrl { get; set; }
|
public double discountRate { get; set; }
|
public int elaboration { get; set; }
|
public int firstCid { get; set; }
|
public string firstCname { get; set; }
|
public int flagshipStore { get; set; }
|
public int hasShopBrandTag { get; set; }
|
public bool hasSxt { get; set; }
|
public double highCommissionAmount { get; set; }
|
public string highCommissionLink { get; set; }
|
public int highCommissionRadio { get; set; }
|
public string highCommissionStartTime { get; set; }
|
public string highCommissionTime { get; set; }
|
public int historicalSales { get; set; }
|
public string id { get; set; }
|
public bool inStock { get; set; }
|
public string inspectionTime { get; set; }
|
public int isActualSelection { get; set; }
|
public int isChoice { get; set; }
|
public int isDelete { get; set; }
|
public int isInspection { get; set; }
|
public int isLow { get; set; }
|
public int isSample { get; set; }
|
public int kolCosFee { get; set; }
|
public int kolCosRatio { get; set; }
|
public int kolNum { get; set; }
|
public int liveSales { get; set; }
|
public string logisticsInfo { get; set; }
|
public int logisticsLevel { get; set; }
|
public double logisticsScore { get; set; }
|
public int maxLimit { get; set; }
|
public int minLimit { get; set; }
|
public int orderNum { get; set; }
|
public int peaceMindBuy { get; set; }
|
public double price { get; set; }
|
public int productLevel { get; set; }
|
public double productScore { get; set; }
|
public int sales { get; set; }
|
public int sales24day { get; set; }
|
public int sales24h { get; set; }
|
public int sales2h { get; set; }
|
public int sales30day { get; set; }
|
public int sales7day { get; set; }
|
public string salesUpdateTime { get; set; }
|
public int scoreComprehensiveScore { get; set; }
|
public int scoreDrainageProductList { get; set; }
|
public int scoreMeatList { get; set; }
|
public int scoreQualityProductList { get; set; }
|
public int secondCid { get; set; }
|
public string secondCname { get; set; }
|
public int serviceLevel { get; set; }
|
public double serviceScore { get; set; }
|
public int sharable { get; set; }
|
public int shopId { get; set; }
|
public int shopLevel { get; set; }
|
public string shopLogo { get; set; }
|
public string shopName { get; set; }
|
public double shopScore { get; set; }
|
public int sortScore { get; set; }
|
public int startPurchaseNum { get; set; }
|
public string surveyor { get; set; }
|
public int sxPrice { get; set; }
|
public int sysChoice { get; set; }
|
public int tbBrandId { get; set; }
|
public int tbBrandLevel { get; set; }
|
public int tbBrandScore { get; set; }
|
public int thirdCid { get; set; }
|
public string thirdCname { get; set; }
|
public string thumbnail { get; set; }
|
public string title { get; set; }
|
public int tkUid { get; set; }
|
public double totalPrice { get; set; }
|
public int uid { get; set; }
|
public string updateTime { get; set; }
|
public int videoSales { get; set; }
|
public int viewNum { get; set; }
|
public string createTime { get; set; }
|
}
|
}
|