瀏覽代碼

更新

master
huangjiajun 1 年之前
父節點
當前提交
3b7ed331e7
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      md/tik_tok_goods.go

+ 3
- 3
md/tik_tok_goods.go 查看文件

@@ -5,9 +5,9 @@ type PicturesData struct {
LittlePicture string `json:"little_picture"`
}
type SkusData struct {
EffectivePrice int `json:"effective_price"`
SkuId int64 `json:"sku_id"`
StockNum int `json:"stock_num"`
EffectivePrice interface{} `json:"effective_price"`
SkuId interface{} `json:"sku_id"`
StockNum interface{} `json:"stock_num"`
}
type SpecsData struct {
Name string `json:"name"`


Loading…
取消
儲存