easy-yapi icon indicating copy to clipboard operation
easy-yapi copied to clipboard

Generate API document to yapi

Results 74 easy-yapi issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the question** ![image](https://github.com/tangcent/easy-yapi/assets/17989583/c127929f-df06-4f87-b9b8-fe08a6be1cf0) 如上方式接收前端参数,是在路径中有个List参数,可接收前端入参样式:accountTypes=1,2,3这种,代码中属性定义如下: ![image](https://github.com/tangcent/easy-yapi/assets/17989583/b6bfa123-ab6e-4323-aacf-bae28ad8928b) 但是最终上传到接口文档后结果是: ![image](https://github.com/tangcent/easy-yapi/assets/17989583/c85f4dcc-c935-4baf-8182-fa1cc6e8a46f) 貌似yapi并不支持list类型的query入参?

type: question&discussion
wontfix
status: feedback required

{@link AlarmActionEnum#getCode()}在GET+Bean方式中无效,而@see AlarmActionEnum#qetCode0)有效。 这个在枚举中 的区别 我看到了你的代码 做了特殊处理 那么我想要知道一下 为什么你处理@see 确不处理@link呢

type: question&discussion
wontfix
status: feedback required

method.return=#real_return 版本[2.6.3.212.0]

type: bug
wontfix
status: feedback required

**Describe the question** 生成的文档无法展示data当中的信息,是哪里配置有问题么

type: question&discussion
wontfix

一个有mock导出 ,一个没有mock导出 我想知道 你是给基于什么考虑 ,一个使用mock 一个 不是用mock的

type: bug
wontfix

![image](https://github.com/tangcent/easy-yapi/assets/40423480/eed52d48-ba23-42ff-a9b4-6116ee827d8b) ![image](https://github.com/tangcent/easy-yapi/assets/40423480/ce65ebd4-d1e2-40a8-bed0-27de2a1b38d0) 我使用此token在postman中调用是可以正常返回的

type: question&discussion
wontfix
status: feedback required

返回类型为void能不能做到不生成统一返回呀 ![image](https://github.com/tangcent/easy-yapi/assets/49705299/d01b0580-0d9f-4f70-80a4-a66bd3e6eae7)

type: question&discussion
wontfix
status: feedback required

大佬 在你的最新版本中 删除了 为什么要

type: question&discussion
wontfix

大佬我发现我们的返回值永远是json,这是为什么 ```java @GetMapping("/getJsonWithResponseBodyString") public String getJsonWithResponseBodyString() { return "home.html"; } ``` 这种的 ,或者我返回的是一个文件,为什么只有json ,我先知道一下您的考虑

type: question&discussion
wontfix
status: feedback required

feat: Fix 'export api' export without mock

type: bug
wontfix