|
|
@ -206,7 +206,7 @@ namespace BBWY.Client.APIServices |
|
|
|
|
|
|
|
public ApiResponse<object> SyncOrder(long shopId, DateTime startTime, DateTime endTime) |
|
|
|
{ |
|
|
|
return SendRequest<object>(globalContext.BBYWApiHost, "/Api/Order/SyncOrderByDate", new { shopId, startTime, endTime }, null, HttpMethod.Post); |
|
|
|
return SendRequest<object>(globalContext.BBYWApiHost, "/Api/OrderSync/SyncOrderByDate", new { shopId, startTime, endTime }, null, HttpMethod.Post); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|