3
我使用人工寶石與MailChimp API接口,我嘗試更新廣告系列的內容失敗。使用MailChimp API時會導致-32601錯誤的原因是什麼?
我使用更新的廣告系列的代碼是:
h = Hominid::Base.new({:api_key => ENV["MAILCHIMP_API_KEY"]})
h.update(self.mail_chimp_campaign_id, "content", {:html_content => content_string})
是我得到的錯誤是:
<-32601> server error. requested method not found
是什麼造成的?