cellPhoneNumber = $cellPhoneNumber; $this->apiParas["cell_phone_number"] = $cellPhoneNumber; } public function getCellPhoneNumber() { return $this->cellPhoneNumber; } public function setCertNo($certNo) { $this->certNo = $certNo; $this->apiParas["cert_no"] = $certNo; } public function getCertNo() { return $this->certNo; } public function setCertType($certType) { $this->certType = $certType; $this->apiParas["cert_type"] = $certType; } public function getCertType() { return $this->certType; } public function getApiMethodName() { return "alipay.ucrcenter.creditinfo.search"; } public function setNotifyUrl($notifyUrl) { $this->notifyUrl=$notifyUrl; } public function getNotifyUrl() { return $this->notifyUrl; } public function setReturnUrl($returnUrl) { $this->returnUrl=$returnUrl; } public function getReturnUrl() { return $this->returnUrl; } public function getApiParas() { return $this->apiParas; } public function getTerminalType() { return $this->terminalType; } public function setTerminalType($terminalType) { $this->terminalType = $terminalType; } public function getTerminalInfo() { return $this->terminalInfo; } public function setTerminalInfo($terminalInfo) { $this->terminalInfo = $terminalInfo; } public function getProdCode() { return $this->prodCode; } public function setProdCode($prodCode) { $this->prodCode = $prodCode; } public function setApiVersion($apiVersion) { $this->apiVersion=$apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setNeedEncrypt($needEncrypt) { $this->needEncrypt=$needEncrypt; } public function getNeedEncrypt() { return $this->needEncrypt; } }