|
|
@ -86,7 +86,7 @@ namespace BBWY.Server.Business |
|
|
|
//SaveResponseLog = true,
|
|
|
|
OrderId = orderId, |
|
|
|
SortTimeType = sortTimeType |
|
|
|
}, GetYunDingRequestHeader(), HttpMethod.Post); |
|
|
|
}, GetYunDingRequestHeader(), HttpMethod.Post, timeOutSeconds: 100); |
|
|
|
if (orderListApiResult.StatusCode != System.Net.HttpStatusCode.OK) |
|
|
|
throw new Exception($"获取订单失败 {orderListApiResult.Content}"); |
|
|
|
|
|
|
|