未验证 提交 c1054e93 编写于 作者: A aeizzz 提交者: Gitee

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

Merge pull request !294 from aeizzz/auto-441246-dev-6742759a
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册