如何在没有模型引用的情况下为正文中的请求编写 Swagger 文档?
例如:
@SWG\Parameter(
name="date",
in="body",
content="application/json",
type="object",
{custom written JSON}
)
我试图在描述中做到这一点,但这不起作用,因为它必须在Edit Value
现场显示。
请求也类似。
我已经搜索了谷歌,但没有找到解决方案。
这样的事情可能吗?