|
@ -1187,7 +1187,7 @@ namespace BBWY.Server.Business |
|
|
|
|
|
|
|
|
#region 查询上架的赠品
|
|
|
#region 查询上架的赠品
|
|
|
stepText = "查询上架的赠品SKU"; |
|
|
stepText = "查询上架的赠品SKU"; |
|
|
Thread.Sleep(90 * 1000); |
|
|
Thread.Sleep(60 * 1000); |
|
|
searchProductSkuRequest.Sku = string.Join(",", giftSkuIdList); |
|
|
searchProductSkuRequest.Sku = string.Join(",", giftSkuIdList); |
|
|
searchProductSkuRequest.CheckStep = "上架的赠品"; |
|
|
searchProductSkuRequest.CheckStep = "上架的赠品"; |
|
|
try |
|
|
try |
|
|