setUserParam($params, "depot_id", $this->depotId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.express.depot.info.get"; } public function setDepotId($depotId) { $this->depotId = $depotId; } }