OneAPI icon indicating copy to clipboard operation
OneAPI copied to clipboard

🐝 API tool to generation api like Swagger/springdoc, without modify any code and run application

Results 4 OneAPI issues
Sort by recently updated
recently updated
newest added

像是这样同时有RequestParam和RequestBody的注解,解析到oneapi.json就会丢失了是query还是body的信息,openapi.json中就是都在requestBody里了 ``` @RequestMapping("/check") public RestResp check(@RequestParam("xxid") String xxid, @RequestBody xxxxxParam param) { param.setUid(xxid); return RestResp.buildDataResp(checkxxxxInfo(param)); } ``` ``` "parameter": [ { "name": "xxid", "isRequired": false, "isPathVariable": false, "type": { "name":...

可以把报错类文件发送到这个邮箱/Send you class file to this email address:tudou527#gmail.com