From e743ecb6d655d8404646d61130ae1baf562e42d0 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Mon, 26 Sep 2022 04:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E5=90=8C=E6=AD=A5=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Client/APIServices/OrderService.cs | 2 +- BBWY.Client/Views/MainWindow.xaml | 2 +- BBWY.Client/Views/Order/OrderList.xaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/BBWY.Client/APIServices/OrderService.cs b/BBWY.Client/APIServices/OrderService.cs index 7b4e31b5..82f8ae24 100644 --- a/BBWY.Client/APIServices/OrderService.cs +++ b/BBWY.Client/APIServices/OrderService.cs @@ -206,7 +206,7 @@ namespace BBWY.Client.APIServices public ApiResponse SyncOrder(long shopId, DateTime startTime, DateTime endTime) { - return SendRequest(globalContext.BBYWApiHost, "/Api/Order/SyncOrderByDate", new { shopId, startTime, endTime }, null, HttpMethod.Post); + return SendRequest(globalContext.BBYWApiHost, "/Api/OrderSync/SyncOrderByDate", new { shopId, startTime, endTime }, null, HttpMethod.Post); } /// diff --git a/BBWY.Client/Views/MainWindow.xaml b/BBWY.Client/Views/MainWindow.xaml index 080a2700..08d0442a 100644 --- a/BBWY.Client/Views/MainWindow.xaml +++ b/BBWY.Client/Views/MainWindow.xaml @@ -26,7 +26,7 @@ - + diff --git a/BBWY.Client/Views/Order/OrderList.xaml b/BBWY.Client/Views/Order/OrderList.xaml index 0e66d8b0..17fac28b 100644 --- a/BBWY.Client/Views/Order/OrderList.xaml +++ b/BBWY.Client/Views/Order/OrderList.xaml @@ -190,6 +190,8 @@ +