多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## Response请求类型 使用`@SWG\Response()`定义response ``` /** @SWG\Response(response="200",description="ok", * @SWG\Schema( * @SWG\Property( * property="code", * type="number", * ), * @SWG\Property( * property="data", * type="object", * ), * @SWG\Property( * property="msg", * type="string" * ) * )) * ) * */ ``` | 参数 | 含义 | | --- | --- | | ref | 允许此路径项的外部定义| | response | 状态 | | description| 描述 |