|
|
@ -310,7 +310,7 @@ namespace BBWY.Client.APIServices |
|
|
|
/// <returns></returns>
|
|
|
|
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>
|
|
|
|