contactId = $contactId; $this->apiParas["contact_id"] = $contactId; } public function getContactId() { return $this->contactId; } public function getApiMethodName() { return "taobao.logistics.address.remove"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->contactId,"contactId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }