- weimobapi.QueryGoodsDetail added
This commit is contained in:
@@ -29,15 +29,17 @@ const (
|
||||
|
||||
const (
|
||||
// sku
|
||||
KeySkuID = "skuId"
|
||||
KeyOuterSkuCode = "outerSkuCode"
|
||||
KeyImageURL = "imageUrl"
|
||||
KeySalePrice = "salePrice"
|
||||
KeyOriginalPrice = "originalPrice"
|
||||
KeyCostPrice = "costPrice"
|
||||
KeyEditStockNum = "editStockNum"
|
||||
KeyB2cSku = "b2cSku"
|
||||
KeySkuAttrMap = "skuAttrMap"
|
||||
KeySkuID = "skuId"
|
||||
KeyOuterSkuCode = "outerSkuCode"
|
||||
KeyImageURL = "imageUrl"
|
||||
KeySalePrice = "salePrice"
|
||||
KeyOriginalPrice = "originalPrice"
|
||||
KeyCostPrice = "costPrice"
|
||||
KeyEditStockNum = "editStockNum"
|
||||
KeyAvailableStockNum = "availableStockNum"
|
||||
KeySkuList = "skuList"
|
||||
KeyB2cSku = "b2cSku"
|
||||
KeySkuAttrMap = "skuAttrMap"
|
||||
|
||||
KeyField = "field"
|
||||
KeySort = "sort"
|
||||
|
||||
Reference in New Issue
Block a user