OneAPI
OneAPI copied to clipboard
🐝 API tool to generation api like Swagger/springdoc, without modify any code and run application
像是这样同时有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