passwordContent = $passwordContent; $this->apiParas["password_content"] = $passwordContent; } public function getPasswordContent() { return $this->passwordContent; } public function getApiMethodName() { return "taobao.wireless.share.tpwd.query"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->passwordContent,"passwordContent"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }