diff --git a/SBF.Business/ExecuteTrusteeshipPolicyBusiness.cs b/SBF.Business/ExecuteTrusteeshipPolicyBusiness.cs index 456586a..12b608f 100644 --- a/SBF.Business/ExecuteTrusteeshipPolicyBusiness.cs +++ b/SBF.Business/ExecuteTrusteeshipPolicyBusiness.cs @@ -196,7 +196,7 @@ namespace SBF.Business AdgroupIds = adgroupIds }); content = new StringContent(postData); - res = await client.PostAsync("https://cactus.jd.com/request_algo?g_ty=ajax", content); + res = await client.PostAsync(url, content); if (res.IsSuccessStatusCode) { //发送成功 @@ -301,7 +301,7 @@ namespace SBF.Business HttpContent content = new StringContent(postData); - var res = await client.PostAsync("https://cactus.jd.com/request_algo?g_ty=ajax", content); + var res = await client.PostAsync(url, content); if (res.IsSuccessStatusCode) { //发送成功 @@ -439,7 +439,7 @@ namespace SBF.Business HttpContent content = new StringContent(postData); - var res = await client.PostAsync("https://cactus.jd.com/request_algo?g_ty=ajax", content); + var res = await client.PostAsync(url, content); if (res.IsSuccessStatusCode) { //发送成功 @@ -553,7 +553,7 @@ namespace SBF.Business HttpContent content = new StringContent(postData); - var res = await client.PostAsync("https://cactus.jd.com/request_algo?g_ty=ajax", content); + var res = await client.PostAsync(url, content); if (res.IsSuccessStatusCode) { //发送成功