xiaoymin / knife4j

Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution
https://doc.xiaominfo.com
Apache License 2.0
4.13k stars 621 forks source link

接口中不显示字段,其他接口都没有问题,看到的大佬帮忙看下什么问题,很急 #828

Open Hirsi-He opened 2 months ago

Hirsi-He commented 2 months ago

版本:

com.github.xiaoymin knife4j-spring-boot-starter 3.0.3

参数类: image 接口: image 文档显示: image Models中能看到这个参数类 image

Hirsi-He commented 2 months ago

急急急,希望看到的大佬能点进来看一下

DreamPWJ commented 2 months ago

@RequestBody 包引用错了 正确的是org.springframework.web.bind.annotation.RequestBody;