💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 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| 描述 |