bizType = $bizType; $this->apiParas["biz_type"] = $bizType; } public function getBizType() { return $this->bizType; } public function setCatId($catId) { $this->catId = $catId; $this->apiParas["cat_id"] = $catId; } public function getCatId() { return $this->catId; } public function setItemId($itemId) { $this->itemId = $itemId; $this->apiParas["item_id"] = $itemId; } public function getItemId() { return $this->itemId; } public function setSchema($schema) { $this->schema = $schema; $this->apiParas["schema"] = $schema; } public function getSchema() { return $this->schema; } public function setSpuId($spuId) { $this->spuId = $spuId; $this->apiParas["spu_id"] = $spuId; } public function getSpuId() { return $this->spuId; } public function getApiMethodName() { return "alibaba.item.edit.submit"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->itemId,"itemId"); RequestCheckUtil::checkNotNull($this->schema,"schema"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }