我有一个使用Savon API的简单项目,当我第一次请求该API时,结果为nil,但第二次我成功了。有人有解决该问题的想法吗?
宝石'savon','〜> 2.0'
@requester.client(
ssl_verify_mode: :none,
wsdl: @vtex_url.to_s,
basic_auth: [@connection.api_key(), @connection.api_token()],
headers: @connection.soap_headers('GiftListGetByModifiedDate'),
read_timeout: 2000
)