checkVerCodeRequest = $checkVerCodeRequest; $this->apiParas["check_ver_code_request"] = $checkVerCodeRequest; } public function getCheckVerCodeRequest() { return $this->checkVerCodeRequest; } public function getApiMethodName() { return "taobao.open.sms.checkvercode"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }