银豹api修改商品价格测试

This commit is contained in:
苏尹岚
2020-03-23 17:34:29 +08:00
parent ffa42b6fa7
commit 5039f5c7e2

View File

@@ -101,7 +101,7 @@ func (p *PurchaseHandler) UpdateStoreSkusStatus(ctx *jxcontext.Context, vendorOr
func (p *PurchaseHandler) UpdateStoreSkusPrice(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, storeSkuList []*partner.StoreSkuInfo) (failedList []*partner.StoreSkuInfoWithErr, err error) {
if globals.EnableYbStoreWrite {
fmt.Println("test11")
}
return failedList, err
}