|
|
@@ -628,7 +628,7 @@ async def account_remove(
|
|
|
await AccountService.remove_account(db, account_id)
|
|
|
return success()
|
|
|
|
|
|
-@admin_required_router.put("/account/update", summary="更新账号", tags=["账号管理"], response_model=ApiResponse[ProxyOut])
|
|
|
+@admin_required_router.put("/account/update", summary="更新账号", tags=["账号管理"], response_model=ApiResponse[AccountOut])
|
|
|
async def account_update(
|
|
|
account_id: int,
|
|
|
payload: AccountUpdate,
|