cert = $cert; $this->apiParas["cert"] = $cert; } public function getCert() { return $this->cert; } public function setPassword($password) { $this->password = $password; $this->apiParas["password"] = $password; } public function getPassword() { return $this->password; } public function getApiMethodName() { return "taobao.openim.ioscert.sandbox.set"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->cert,"cert"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }