setUserParam($params, "goodsName", $this->goodsName); $this->setUserParam($params, "pageNumber", $this->pageNumber); $this->setUserParam($params, "pageSize", $this->pageSize); $this->setUserParam($params, "planId", $this->planId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ad.api.goods.query.page"; } public function setGoodsName($goodsName) { $this->goodsName = $goodsName; } public function setPageNumber($pageNumber) { $this->pageNumber = $pageNumber; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function setPlanId($planId) { $this->planId = $planId; } }