From cda7c26c9e5f2a802eee48924a72d0e5b5cf2042 Mon Sep 17 00:00:00 2001 From: "506583276@qq.com" <506583276@qq.com> Date: Sat, 8 Jul 2023 11:31:15 +0800 Subject: [PATCH] 1 --- BBWY.Client/APIServices/QiKu/PackTaskService.cs | 2 +- BBWY.Client/GlobalContext.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BBWY.Client/APIServices/QiKu/PackTaskService.cs b/BBWY.Client/APIServices/QiKu/PackTaskService.cs index 047fe340..c4eb7183 100644 --- a/BBWY.Client/APIServices/QiKu/PackTaskService.cs +++ b/BBWY.Client/APIServices/QiKu/PackTaskService.cs @@ -310,7 +310,7 @@ namespace BBWY.Client.APIServices /// public ApiResponse BatchManualSign(string[] wayBillNoList) { - return SendRequest("http://bbwyb.qiyue666.com", $"Api​/PurchaseOrder​/BatchManualSign",new { wayBillNoList }, null, HttpMethod.Post); + return SendRequest("http://bbwyb.qiyue666.com", $"api/purchaseorder/batchmanualsign",new { wayBillNoList }, null, HttpMethod.Post); } /// diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index 965a1260..1f7c238b 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10147"; + ClientVersion = "10148"; } private User user;