itemId = $itemId; $this->apiParas["item_id"] = $itemId; } public function getItemId() { return $this->itemId; } public function getApiMethodName() { return "tmall.item.hscode.audit.results.query"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->itemId,"itemId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }