diff --git a/BBWY.Client/APIServices/PurchaseService.cs b/BBWY.Client/APIServices/PurchaseService.cs
index 46c57033..dc06b367 100644
--- a/BBWY.Client/APIServices/PurchaseService.cs
+++ b/BBWY.Client/APIServices/PurchaseService.cs
@@ -13,8 +13,9 @@ namespace BBWY.Client.APIServices
///
/// 获取采购方案
///
- /// 产品Id
- /// 采购商Id
+ ///
+ ///
+ ///
///
public ApiResponse> GetPurchaseSchemeList(IList productIdList, string purchaserId, long shopId)
{
@@ -25,6 +26,21 @@ namespace BBWY.Client.APIServices
HttpMethod.Post);
}
+ ///
+ /// 获取采购方案
+ ///
+ ///
+ ///
+ ///
+ public ApiResponse> GetPurchaseSchemeList(string skuId, long shopId)
+ {
+ return SendRequest>(globalContext.BBYWApiHost,
+ "api/PurchaseScheme/GetPurchaseSchemeList",
+ new { skuId, shopId },
+ null,
+ HttpMethod.Post);
+ }
+
public ApiResponse