1
This commit is contained in:
@@ -103,6 +103,7 @@ func CopyEBaiToEBai(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail,
|
|||||||
for {
|
for {
|
||||||
// 同步商品
|
// 同步商品
|
||||||
fromFoodList, err1 := api.SkuList(utils.Int2Str(fromStore.ID), &ebaiapi.SkuListParams{
|
fromFoodList, err1 := api.SkuList(utils.Int2Str(fromStore.ID), &ebaiapi.SkuListParams{
|
||||||
|
Page: 1,
|
||||||
SkuIdOffset: i,
|
SkuIdOffset: i,
|
||||||
})
|
})
|
||||||
if len(fromFoodList.List) == 0 || fromFoodList == nil {
|
if len(fromFoodList.List) == 0 || fromFoodList == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user