request->params([ [ 'id', 0 ], // 海报id [ 'type', '' ], // 海报类型 [ 'param', [] ], // 数据参数 ]); $data[ 'channel' ] = $this->request->getChannel(); return success(data: poster($this->request->siteId(), ...$data)); } }