feat: 账号凭据默认脱敏并支持主动查看
This commit is contained in:
@@ -100,7 +100,7 @@ def list_accounts(
|
||||
search: str = Query(""),
|
||||
page: int | None = Query(None, ge=1),
|
||||
page_size: int = Query(20, ge=1, le=200),
|
||||
include_sensitive: bool = Query(True),
|
||||
include_sensitive: bool = Query(False),
|
||||
db: Session = Depends(get_db),
|
||||
current: User = Depends(get_current_user),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user