apiParas)){ return "{}"; } return $this->apiParas; } public function check(){ } public function putOtherTextParam($key, $value){ $this->apiParas[$key] = $value; $this->$key = $value; } private $version; public function setVersion($version){ $this->version = $version; } public function getVersion(){ return $this->version; } private $mobile; public function setMobile($mobile){ $this->mobile = $mobile; $this->apiParas["mobile"] = $mobile; } public function getMobile(){ return $this->mobile; } }