|
|
@ -109,7 +109,6 @@ namespace SDKAdapter.OperationPlatform.Client |
|
|
|
var qtResponse = supplier_OrderClient.GetOrderList(qtRequest, request.AppKey, request.AppSecret); |
|
|
|
if (qtResponse.Status != 200) |
|
|
|
throw new Exception(qtResponse.Message); |
|
|
|
|
|
|
|
return new OP_OrderListResponse() |
|
|
|
{ |
|
|
|
Count = qtResponse.Data.Count, |
|
|
@ -117,6 +116,7 @@ namespace SDKAdapter.OperationPlatform.Client |
|
|
|
{ |
|
|
|
OrderPlatform = AdapterEnums.PlatformType.拳探, |
|
|
|
OrderId = qto.OrderId, |
|
|
|
OrderSn = qto.OrderSn, |
|
|
|
ClientOrderId = qto.ClientOrderId, |
|
|
|
UserAccount = qto.UserAccount, |
|
|
|
Extended = qto.Extended, |
|
|
|