|
|
@ -610,7 +610,7 @@ namespace BBWY.Server.Business |
|
|
|
MainProductSkuInStore = mainProductSkuInStore, |
|
|
|
OuterId = dbPromotionTask.OuterId |
|
|
|
|
|
|
|
}, GetYunDingRequestHeader(), HttpMethod.Post); |
|
|
|
}, GetYunDingRequestHeader(), HttpMethod.Post, timeOutSeconds: 600); |
|
|
|
|
|
|
|
if (httpApiResult.StatusCode != System.Net.HttpStatusCode.OK) |
|
|
|
throw new BusinessException(httpApiResult.Content); |
|
|
|