setUserParam($params, "code", $this->code); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.pop.auth.token.create"; } public function setCode($code) { $this->code = $code; } }