customAreaContent = $customAreaContent; $this->apiParas["custom_area_content"] = $customAreaContent; } public function getCustomAreaContent() { return $this->customAreaContent; } public function setCustomAreaName($customAreaName) { $this->customAreaName = $customAreaName; $this->apiParas["custom_area_name"] = $customAreaName; } public function getCustomAreaName() { return $this->customAreaName; } public function setTempalteId($tempalteId) { $this->tempalteId = $tempalteId; $this->apiParas["tempalte_id"] = $tempalteId; } public function getTempalteId() { return $this->tempalteId; } public function getApiMethodName() { return "cainiao.cloudprint.templates.migrate"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }