Browse Source

入仓采购单检查改成http

liangku_skuoptimazation
shanji 2 years ago
parent
commit
5c7da8a459
  1. 2
      BBWYB.Server.Business/JD/JDBusiness.cs

2
BBWYB.Server.Business/JD/JDBusiness.cs

@ -39,7 +39,7 @@ namespace BBWYB.Server.Business.JD
try try
{ {
var httpResult = restApiService.SendRequest("https://yunding.qiyue666.com/", "api/PlatformSDK/GetJDInStorePurchaseOrderList", new var httpResult = restApiService.SendRequest("http://yunding.qiyue666.com/", "api/PlatformSDK/GetJDInStorePurchaseOrderList", new
{ {
Platform = shop.PlatformId, Platform = shop.PlatformId,
shop.AppKey, shop.AppKey,

Loading…
Cancel
Save