## 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| 描述 |