测试京东商城商品删除规格

This commit is contained in:
苏尹岚
2020-06-30 13:51:07 +08:00
parent 31c68e2f73
commit 13292f3ef8
3 changed files with 18 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ type StoreSkuInfo struct {
JxUnitPrice int64 `json:"jxUnitPrice,omitempty"`
VendorSkuID2 string `json:"vendorSkuID2,omitempty"`
JdsStockSwitch int `json:"jdsStockSwitch"`
IsDeletedBySku bool `json:"isDeletedBySku"`
}
type StoreSkuInfoWithErr struct {