sendVerCodeRequest = $sendVerCodeRequest; $this->apiParas["send_ver_code_request"] = $sendVerCodeRequest; } public function getSendVerCodeRequest() { return $this->sendVerCodeRequest; } public function getApiMethodName() { return "taobao.open.sms.sendvercode"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }