Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
cda7c26c9e
  1. 2
      BBWY.Client/APIServices/QiKu/PackTaskService.cs
  2. 2
      BBWY.Client/GlobalContext.cs

2
BBWY.Client/APIServices/QiKu/PackTaskService.cs

@ -310,7 +310,7 @@ namespace BBWY.Client.APIServices
/// <returns></returns> /// <returns></returns>
public ApiResponse<object> BatchManualSign(string[] wayBillNoList) public ApiResponse<object> BatchManualSign(string[] wayBillNoList)
{ {
return SendRequest<object>("http://bbwyb.qiyue666.com", $"Api​/PurchaseOrder​/BatchManualSign",new { wayBillNoList }, null, HttpMethod.Post); return SendRequest<object>("http://bbwyb.qiyue666.com", $"api/purchaseorder/batchmanualsign",new { wayBillNoList }, null, HttpMethod.Post);
} }
/// <summary> /// <summary>

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{ {
ShopServiceGroupList = new List<string>(); ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>(); ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10147"; ClientVersion = "10148";
} }
private User user; private User user;

Loading…
Cancel
Save