setUserParam($params, "promise_id", $this->promiseId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.chat.promise.info.get"; } public function setPromiseId($promiseId) { $this->promiseId = $promiseId; } }