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