+ jdapi.MaxPageSize4QuerySku, MaxSkuIDsCount4QueryListBySkuIds

This commit is contained in:
gazebo
2019-08-01 10:14:39 +08:00
parent d28c352b3e
commit 9c1182bd7f
3 changed files with 16 additions and 25 deletions

View File

@@ -159,10 +159,10 @@ func TestGetSpuSaleAttr(t *testing.T) {
func TestBatchAddSku(t *testing.T) {
paramList := []*CreateByUpcParam{
&CreateByUpcParam{
Upc: "6948939649102",
OutSkuId: "50001",
Price: 213,
ShopCategoryId: 4247719,
UniqueUpc: "6948939649102",
OutSku: "50001",
JdPrice: "2.13",
ShopCategoryID: 4247719,
IsSale: true,
},
}