templateId; } public function setTemplateId($templateId) { $this->templateId = $templateId; $this->apiParams["templateId"] = $templateId; } /** * 根据请求方式,生成相应请求报文 * * @param $type 请求方式(json或xml,默认xml) */ public function getApiParams() { return $this->apiParams; } public function getApiMethodName() { return "suning.custom.saleareatemplateitemgroup.get"; } public function check() { RequestCheckUtil::checkNotNull ( $this->templateId, 'templateId' ); } public function getBizName(){ return "saleAreaTemplateItemGroup"; } } ?>