Browse Source

团长商品

master
huangjiajun 6 months ago
parent
commit
e5b757f497
1 changed files with 17 additions and 16 deletions
  1. +17
    -16
      third_tikTok_team_goods/md_novajo.go

+ 17
- 16
third_tikTok_team_goods/md_novajo.go View File

@@ -1,20 +1,21 @@
package third_tikTok_team_goods

type NovajoGoods struct {
ProductId string `json:"productId"`
Name string `json:"name"`
Image string `json:"image"`
Link string `json:"link"`
ShopId int `json:"shopId"`
ShopName string `json:"shopName"`
Price int `json:"price"`
Discount int `json:"discount"`
StartTime int64 `json:"startTime"`
EndTime int64 `json:"endTime"`
CategoryId int `json:"categoryId"`
Sales int `json:"sales"`
CommonRatio float64 `json:"commonRatio"`
Service float64 `json:"service"`
CosRatio float64 `json:"cosRatio"`
CosFee int `json:"cosFee"`
ProductId string `json:"productId"`
Name string `json:"name"`
Image string `json:"image"`
Link string `json:"link"`
ShopId int `json:"shopId"`
ShopName string `json:"shopName"`
Price int `json:"price"`
Discount int `json:"discount"`
StartTime int64 `json:"startTime"`
EndTime int64 `json:"endTime"`
CategoryId int `json:"categoryId"`
Sales int `json:"sales"`
CommonRatio float64 `json:"commonRatio"`
Service float64 `json:"service"`
CosRatio float64 `json:"cosRatio"`
Images []string `json:"images"`
CosFee int `json:"cosFee"`
}

Loading…
Cancel
Save