public function setParm($parameter, $value) { $this->parameter[$parameter] = $value; return $this; }function geturl($type){ $this->setproductparm($type); return $this->getData(); } private function setproductparm($urltype){ $this->parameter=array(); $this->type=""; $this->setParm("Marketplace",self::marketplaceId); $this->version="2009-01-01"; switch ($urltype){ case "RequestReport": $this->setParm("Action","RequestReport"); $this->setParm("ReportType","_GET_MERCHANT_LISTINGS_DATA_"); break; case "GetReportList": $this->setParm("Action","GetReportList"); $this->setParm("ReportRequestIdList.Id.1",$this->ReportRequestId); break; case "GetReport": $this->setParm("Action","GetReport"); $this->setParm("ReportId",$this->ReportId); break; } }
你没有给出 getData 的定义,不好说
//看看是不是下面的方法哪里处理了getData();
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号