setUserParam($params, "outer_cat_id", $this->outerCatId); $this->setUserParam($params, "outer_cat_name", $this->outerCatName); $this->setUserParam($params, "outer_goods_name", $this->outerGoodsName); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.goods.outer.cat.mapping.get"; } public function setOuterCatId($outerCatId) { $this->outerCatId = $outerCatId; } public function setOuterCatName($outerCatName) { $this->outerCatName = $outerCatName; } public function setOuterGoodsName($outerGoodsName) { $this->outerGoodsName = $outerGoodsName; } }