同步测试

This commit is contained in:
苏尹岚
2020-04-29 11:26:12 +08:00
parent df2424530a
commit b2f71aae91
2 changed files with 3 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ func (p *PurchaseHandler) GetStoreSkusFullInfo(ctx *jxcontext.Context, parentTas
loopPages(result.PostBackParameter.ParameterType, result.PostBackParameter.ParameterValue, skuNameList, vendorStoreID)
}
}
fmt.Println("skuNameList", utils.Format4Output(skuNameList, false))
return skuNameList, err
}