request->params([ ['type', ''],//业务类型 ['param', []],//参数1 ]); $data['channel'] = $this->request->getChannel(); return success(data: poster($this->request->siteId(), ...$data)); } }