Can';t通过MailChimp API 3.0包装器获取Java Maleorang的数据-404错误

Can';t通过MailChimp API 3.0包装器获取Java Maleorang的数据-404错误,java,integration,mailchimp,Java,Integration,Mailchimp,我尝试为Java使用MailChimp API 3.0包装器 我在pom.xml中添加了依赖项 <dependency> <groupId>com.ecwid</groupId> <artifactId>maleorang</artifactId> <version>${maleorang.version}</vers

我尝试为Java使用MailChimp API 3.0包装器

我在pom.xml中添加了依赖项

   <dependency>
                <groupId>com.ecwid</groupId>
                <artifactId>maleorang</artifactId>
                <version>${maleorang.version}</version>
</dependency>
但我得到错误404

INFO: Request: PUT https://us14.api.mailchimp.com/3.0/lists/383444/members/8fb34d6f0c83fe617c0c45ce90b1a1096
Body: {"status":"subscribed","merge_fields":{"FNAME":"***","LNAME":"***"},"email_address":"****@mail.ru"}
окт 12, 2016 12:03:40 PM com.ecwid.maleorang.MailchimpClient execute
INFO: Response: 404 Not Found
Body: {"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/","title":"Resource Not Found","status":404,"detail":"The requested resource could not be found.","instance":""}
com.ecwid.maleorang.MailchimpException: API Error (404): The requested resource could not be found.
生成方法的链接h_t_t_p_s://u us14.api.mailchimp.com/3.0/lists/38341/members也不会在浏览器中打开(404错误)


谢谢

需要从列表->设置->列表的唯一id使用列表id。而不是从url使用列表id。

您也可以看看这个类似的问题吗??
INFO: Request: PUT https://us14.api.mailchimp.com/3.0/lists/383444/members/8fb34d6f0c83fe617c0c45ce90b1a1096
Body: {"status":"subscribed","merge_fields":{"FNAME":"***","LNAME":"***"},"email_address":"****@mail.ru"}
окт 12, 2016 12:03:40 PM com.ecwid.maleorang.MailchimpClient execute
INFO: Response: 404 Not Found
Body: {"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/","title":"Resource Not Found","status":404,"detail":"The requested resource could not be found.","instance":""}
com.ecwid.maleorang.MailchimpException: API Error (404): The requested resource could not be found.