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 $accessToken; public function setAccessToken($accessToken){ $this->accessToken = $accessToken; $this->apiParas["access_token"] = $accessToken; } public function getAccessToken(){ return $this->accessToken; } private $customerUserId; public function setCustomerUserId($customerUserId){ $this->customerUserId = $customerUserId; $this->apiParas["customer_user_id"] = $customerUserId; } public function getCustomerUserId(){ return $this->customerUserId; } }