Fatal error: Call to undefined method MarketplaceWebService_Model_GetReportListByNextTokenResult::getReportInfo()
Fatal error: Call to undefined method MarketplaceWebService_Model_GetReportListByNextTokenResult::getReportInfo()
当我尝试通过下一个标记获取报告列表时,我在 MWS API PHP 库中收到此错误:
Fatal error: Call to undefined method
MarketplaceWebService_Model_GetReportListByNextTokenResult::getReportInfo()
奇怪的是,在代码示例中,这是正确的功能。我还使用以下方法检查了报告信息是否存在:
$response->isSetGetReportListByNextTokenResult()
如何获取报告信息?
当我打开库时,发现他们的 API 代码示例是错误的。该示例在应该 getReportInfoList()
.
时使用 getReportInfo()
当我尝试通过下一个标记获取报告列表时,我在 MWS API PHP 库中收到此错误:
Fatal error: Call to undefined method MarketplaceWebService_Model_GetReportListByNextTokenResult::getReportInfo()
奇怪的是,在代码示例中,这是正确的功能。我还使用以下方法检查了报告信息是否存在:
$response->isSetGetReportListByNextTokenResult()
如何获取报告信息?
当我打开库时,发现他们的 API 代码示例是错误的。该示例在应该 getReportInfoList()
.
getReportInfo()