京东商城创建商品测试

This commit is contained in:
苏尹岚
2020-05-13 11:30:19 +08:00
parent a99626e600
commit 38cd09ef5a
2 changed files with 3 additions and 3 deletions

View File

@@ -1380,6 +1380,5 @@ func changeList2Jds(list []*dao.StoreSkuSyncInfo) (rList []*dao.StoreSkuSyncInfo
storeSku.Img2 = v[0].Img2
rList = append(rList, storeSku)
}
fmt.Println("test11111111111111", utils.Format4Output(rList, false))
return rList
}