setUserParam($params, "cost_template_id", $this->costTemplateId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.one.express.cost.template"; } public function setCostTemplateId($costTemplateId) { $this->costTemplateId = $costTemplateId; } }