解决swagger页面加载不出来


app.23f8b31d.js:1 TypeError: Cannot read properties of undefined (reading 'load')
    at Oe.analysisApi (app.23f8b31d.js:1:175228)
    at Oe.createGroupElement (app.23f8b31d.js:1:174943)
    at app.23f8b31d.js:1:171684
    at app.23f8b31d.js:1:249418

问题
alt text

写法不对 @RequestParam()valuename 属性写一个就行

public ResponseInfo<List<ArCategoryVO>> getByCode(@RequestParam(value = "code") @Valid String code) {
}

评论