|
|
@ -907,7 +907,7 @@ namespace BBWY.Server.Business |
|
|
|
var httpResult = restApiService.SendRequest("http://bbwyb.qiyue666.com", |
|
|
|
"api/order/BatchGetPurchaseExpressOrderList", |
|
|
|
purchaseOrderIdList, |
|
|
|
new Dictionary<string, string>() { { "Authorization", $"{token}" } }, |
|
|
|
new Dictionary<string, string>() { { "Authorization", $"Bearer {token}" } }, |
|
|
|
HttpMethod.Post); |
|
|
|
if (httpResult.StatusCode == System.Net.HttpStatusCode.OK) |
|
|
|
{ |
|
|
|