🐛 Fixing a bug. closed #I64ZNM 接口对外暴露范围过大 修改为 Inner范围

This commit is contained in:
aeizzz 2022-12-07 14:58:08 +08:00
parent ebf7e1ceed
commit 605b89880a

View File

@ -118,7 +118,7 @@ public class OauthClientDetailsController {
return R.ok();
}
@Inner(false)
@Inner
@GetMapping("/getClientDetailsById/{clientId}")
public R getClientDetailsById(@PathVariable String clientId) {
return R.ok(sysOauthClientDetailsService.getOne(