致命错误:调用未定义的方法MarketplaceWebService_Model_GetReportListByNextTokenResult :: getReportInfo()

时间:2016-11-10 14:40:36

标签: php amazon-mws

当我尝试通过下一个令牌获取报告列表时,我在MWS API PHP库中收到此错误:

  

致命错误:调用未定义的方法   MarketplaceWebService_Model_GetReportListByNextTokenResult :: getReportInfo()

奇怪的是,在代码示例中,这是正确的功能。此外,我还使用以下方法检查报告信息是否存在:

$response->isSetGetReportListByNextTokenResult()

我该怎么做才能获得报告信息?

1 个答案:

答案 0 :(得分:0)

当我打开库时,发现这个API的代码示例是错误的。该示例使用getReportInfo()时应为getReportInfoList()