我们一直在使用.NET API重新创建新订阅时出错。 以下是我们的VB.Net代码
Dim objSub As New Subscription(acct, plan, "USD", "")
objSub.Create()
这是我们得到的错误。
System.Net.WebException:远程服务器返回错误:(400)错误请求。 在System.Net.HttpWebRequest.GetResponse() 在Recurly.Client.PerformRequest(HttpRequestMethod方法,String urlPath,WriteXmlDelegate writeXmlDelegate,ReadXmlDelegate readXmlDelegate,ReadXmlListDelegate readXmlListDelegate) 在Recurly.Client.PerformRequest(HttpRequestMethod方法,String urlPath,WriteXmlDelegate writeXmlDelegate,ReadXmlDelegate readXmlDelegate) 在Recurly.Subscription.Create() 在CloudLaw.Module.Recurly.Main.SubscribeUser()
上面的代码完全适用于我们的开发网站,但不适用于生产。我们的生产站点使用HTTPS。
需要一些帮助。 感谢