easy-yapi
easy-yapi copied to clipboard
Generate API document to yapi
**Describe the question**  如上方式接收前端参数,是在路径中有个List参数,可接收前端入参样式:accountTypes=1,2,3这种,代码中属性定义如下:  但是最终上传到接口文档后结果是:  貌似yapi并不支持list类型的query入参?
{@link AlarmActionEnum#getCode()}在GET+Bean方式中无效,而@see AlarmActionEnum#qetCode0)有效。 这个在枚举中 的区别 我看到了你的代码 做了特殊处理 那么我想要知道一下 为什么你处理@see 确不处理@link呢
method.return=#real_return 版本[2.6.3.212.0]
**Describe the question** 生成的文档无法展示data当中的信息,是哪里配置有问题么
一个有mock导出 ,一个没有mock导出 我想知道 你是给基于什么考虑 ,一个使用mock 一个 不是用mock的
  我使用此token在postman中调用是可以正常返回的
返回类型为void能不能做到不生成统一返回呀 
大佬我发现我们的返回值永远是json,这是为什么 ```java @GetMapping("/getJsonWithResponseBodyString") public String getJsonWithResponseBodyString() { return "home.html"; } ``` 这种的 ,或者我返回的是一个文件,为什么只有json ,我先知道一下您的考虑
feat: Fix 'export api' export without mock