我正在使用Resellerclub API创建客户并注册DOMAIN。它在测试环境中运行良好:
https://test.httpapi.com/
但是在LIVE中使用时同样的事情失败了:
https://httpapi.com/
以下是我用于创建客户以预订域名的请求:
测试(工作正常):
https://test.httpapi.com/api/customers/signup.xml?auth-userid=xxxxx&auth-password=xxxxxx&username=prasadvemala@xxxx.com&passwd=xxxxxx&name=Prasad Vemala&company=Prasad Vemala&address-line-1=my address1&city=Fort Collins&state=CO&country=US&zipcode=80526&phone-cc=1&phone=1234567890&lang-pref=en
但在LIVE(失败):
https://httpapi.com/api/customers/signup.xml?auth-userid=xxxxx&auth-password=xxxxxx&username=prasadvemala@xxxx.com&passwd=xxxxxx&name=Prasad Vemala&company=Prasad Vemala&address-line-1=my address1&city=Fort Collins&state=CO&country=US&zipcode=80526&phone-cc=1&phone=1234567890&lang-pref=en
以下是我在LIVE环境中遇到的错误:
远程服务器返回错误:(500)内部服务器错误。
有人有这个问题吗?
答案 0 :(得分:0)
测试api环境允许GET调用,而对于某些功能,您必须在使用实时API时使用POST。
添加客户需要始终使用POST方法。
http://manage.resellerclub.com/kb/answer/804
此致 马可
答案 1 :(得分:0)
即使是实时通话也包含相同的网址,包括“测试”,它也可以使用