Ruby 使用mashape api的aadhar api调用未收到验证码编码

Ruby 使用mashape api的aadhar api调用未收到验证码编码,ruby,Ruby,我正在使用mashape中的第三方api访问aadhar api,并使用unirest http库发送get请求 mashape api的链接 这就是我运行上述ruby程序时得到的响应 HTTP/1.1 200 OK Connection: keep-alive Content-Length: 53 Content-Type: application/json Date: Sun, 11 Jan 2015 13:09:03 GMT Server: Mashape/5.0.5 Via

我正在使用mashape中的第三方api访问aadhar api,并使用unirest http库发送get请求 mashape api的链接

这就是我运行上述ruby程序时得到的响应

 HTTP/1.1 200 OK
 Connection: keep-alive
 Content-Length: 53
 Content-Type: application/json
 Date: Sun, 11 Jan 2015 13:09:03 GMT
 Server: Mashape/5.0.5
 Via: 1.1 vegur
 X-Powered-By: PHP/5.3.27

{
  "secretKey": "jTbwAIPfVLI=",
  "captchaImageEncoded": ""
 }

我得到的http响应中没有返回captcha值。你知道为什么验证码值没有被发回吗

您应该查阅API提供商的文档或直接与他们联系以获得支持

 HTTP/1.1 200 OK
 Connection: keep-alive
 Content-Length: 53
 Content-Type: application/json
 Date: Sun, 11 Jan 2015 13:09:03 GMT
 Server: Mashape/5.0.5
 Via: 1.1 vegur
 X-Powered-By: PHP/5.3.27

{
  "secretKey": "jTbwAIPfVLI=",
  "captchaImageEncoded": ""
 }