mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
perf(X-Pack): 用户管理-创建用户 API 接口返回 ID #16825
This commit is contained in:
committed by
fit2cloud-chenyw
parent
7cc1adb9b1
commit
8edd3fb0fd
@@ -63,7 +63,7 @@ public interface UserApi {
|
||||
@Operation(summary = "创建")
|
||||
@DePermit("m:read")
|
||||
@PostMapping("/create")
|
||||
void create(@RequestBody UserCreator creator);
|
||||
Long create(@RequestBody UserCreator creator);
|
||||
|
||||
@Operation(summary = "创建第三方用户")
|
||||
@DePermit("m:read")
|
||||
|
||||
Reference in New Issue
Block a user