同步测试

This commit is contained in:
苏尹岚
2020-04-29 11:18:26 +08:00
parent 50b7657c08
commit b715da4cba

View File

@@ -411,11 +411,11 @@ func loopPages(parameterType, parameterValue string, skuNameList []*partner.SkuN
var resultp []*yinbaoapi.QueryProductImagesByBarcodeResult
vv := &yinbaoapi.QueryProductByBarcodeResult{}
err = utils.Map2StructByJson(utils.Struct2MapByJson(v), vv, false)
fmt.Println("vv", utils.Format4Output(vv, false))
if skuName := vendorSku2Jx(vv, resultp); skuName != nil {
skuNameList = append(skuNameList, skuName)
}
}
fmt.Println("skuNameList", utils.Format4Output(skuNameList, false))
// if len(resultPages.Result) >= resultPages.PageSize {
// err = loopPages(resultPages.PostBackParameter.ParameterType, resultPages.PostBackParameter.ParameterValue, skuNameList, vendorStoreID)
// }