ソースを参照

团长商品

master
huangjiajun 6ヶ月前
コミット
e5b757f497
1個のファイルの変更17行の追加16行の削除
  1. +17
    -16
      third_tikTok_team_goods/md_novajo.go

+ 17
- 16
third_tikTok_team_goods/md_novajo.go ファイルの表示

@@ -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"`
}

読み込み中…
キャンセル
保存