[{"module":"Agent","endpoints":[{"path":"/","method":"POST","controller":"AgentController","handler":"create","fullPath":"/agent/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"/","method":"GET","controller":"AgentController","handler":"findAll","fullPath":"/agent/","parameters":[]},{"path":":id","method":"GET","controller":"AgentController","handler":"findOne","fullPath":"/agent/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"AgentController","handler":"update","fullPath":"/agent/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"DELETE","controller":"AgentController","handler":"delete","fullPath":"/agent/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/memories","method":"GET","controller":"AgentController","handler":"getMemories","fullPath":"/agent/:id/memories","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/memories","method":"POST","controller":"AgentController","handler":"addMemory","fullPath":"/agent/:id/memories","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/run","method":"POST","controller":"AgentController","handler":"run","fullPath":"/agent/:id/run","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/runs","method":"GET","controller":"AgentController","handler":"getRuns","fullPath":"/agent/:id/runs","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/schedule","method":"POST","controller":"AgentController","handler":"schedule","fullPath":"/agent/:id/schedule","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/schedule","method":"DELETE","controller":"AgentController","handler":"unschedule","fullPath":"/agent/:id/schedule","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/toggle","method":"POST","controller":"AgentController","handler":"toggle","fullPath":"/agent/:id/toggle","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"active","method":"GET","controller":"AgentController","handler":"findActive","fullPath":"/agent/active","parameters":[]},{"path":"memories/:memoryId","method":"DELETE","controller":"AgentController","handler":"deleteMemory","fullPath":"/agent/memories/:memoryId","parameters":[{"name":"memoryId","type":"path","required":true,"description":"路径参数：memoryId"}]},{"path":"runs/:runId","method":"GET","controller":"AgentController","handler":"getRunDetail","fullPath":"/agent/runs/:runId","parameters":[{"name":"runId","type":"path","required":true,"description":"路径参数：runId"}]},{"path":"runs/:runId/resume","method":"POST","controller":"AgentController","handler":"resumeRun","fullPath":"/agent/runs/:runId/resume","parameters":[{"name":"runId","type":"path","required":true,"description":"路径参数：runId"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"test-model","method":"POST","controller":"AgentController","handler":"testModel","fullPath":"/agent/test-model","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"AgentSkill","endpoints":[{"path":"/","method":"GET","controller":"AgentSkillController","handler":"findAll","fullPath":"/agent/skill/","parameters":[]},{"path":"/","method":"POST","controller":"AgentSkillController","handler":"create","fullPath":"/agent/skill/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"GET","controller":"AgentSkillController","handler":"findOne","fullPath":"/agent/skill/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"AgentSkillController","handler":"update","fullPath":"/agent/skill/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"DELETE","controller":"AgentSkillController","handler":"delete","fullPath":"/agent/skill/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/approve","method":"POST","controller":"AgentSkillController","handler":"approve","fullPath":"/agent/skill/:id/approve","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/run","method":"POST","controller":"AgentSkillController","handler":"run","fullPath":"/agent/skill/:id/run","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/run-logs","method":"GET","controller":"AgentSkillController","handler":"getRunLogs","fullPath":"/agent/skill/:id/run-logs","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/toggle","method":"POST","controller":"AgentSkillController","handler":"toggle","fullPath":"/agent/skill/:id/toggle","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"qr/:key","method":"GET","controller":"AgentSkillController","handler":"getQrImage","fullPath":"/agent/skill/qr/:key","parameters":[{"name":"key","type":"path","required":true,"description":"路径参数：key"}]},{"path":"types","method":"GET","controller":"AgentSkillController","handler":"getTypes","fullPath":"/agent/skill/types","parameters":[]},{"path":"workflow/run","method":"POST","controller":"AgentSkillController","handler":"runWorkflow","fullPath":"/agent/skill/workflow/run","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"workflows","method":"GET","controller":"AgentSkillController","handler":"listWorkflows","fullPath":"/agent/skill/workflows","parameters":[]},{"path":"workflows/:id","method":"GET","controller":"AgentSkillController","handler":"getWorkflow","fullPath":"/agent/skill/workflows/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"workflows/:id/run","method":"POST","controller":"AgentSkillController","handler":"runWorkflowById","fullPath":"/agent/skill/workflows/:id/run","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"workflows/:id/runs","method":"GET","controller":"AgentSkillController","handler":"listWorkflowRuns","fullPath":"/agent/skill/workflows/:id/runs","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"workflows/runs/:runId/resume","method":"POST","controller":"AgentSkillController","handler":"resumeWorkflowRun","fullPath":"/agent/skill/workflows/runs/:runId/resume","parameters":[{"name":"runId","type":"path","required":true,"description":"路径参数：runId"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"Album","endpoints":[{"path":"/","method":"POST","controller":"AlbumController","handler":"createAlbum","fullPath":"/albums/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"/","method":"GET","controller":"AlbumController","handler":"getAlbums","fullPath":"/albums/","parameters":[]},{"path":":albumId/photos","method":"GET","controller":"AlbumController","handler":"getPhotos","fullPath":"/albums/:albumId/photos","parameters":[{"name":"albumId","type":"path","required":true,"description":"路径参数：albumId"}]},{"path":":id","method":"GET","controller":"AlbumController","handler":"getAlbum","fullPath":"/albums/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"AlbumController","handler":"updateAlbum","fullPath":"/albums/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"DELETE","controller":"AlbumController","handler":"deleteAlbum","fullPath":"/albums/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"locations","method":"GET","controller":"AlbumController","handler":"getPhotoLocations","fullPath":"/albums/locations","parameters":[]},{"path":"photos/:id","method":"GET","controller":"AlbumController","handler":"getPhoto","fullPath":"/albums/photos/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"photos/:id","method":"DELETE","controller":"AlbumController","handler":"deletePhoto","fullPath":"/albums/photos/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"photos/:id/file","method":"GET","controller":"AlbumController","handler":"getPhotoFile","fullPath":"/albums/photos/:id/file","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"photos/all","method":"GET","controller":"AlbumController","handler":"getAllPhotos","fullPath":"/albums/photos/all","parameters":[]},{"path":"photos/by-date","method":"GET","controller":"AlbumController","handler":"getPhotosByDate","fullPath":"/albums/photos/by-date","parameters":[]},{"path":"photos/by-location","method":"GET","controller":"AlbumController","handler":"getPhotosByLocationFilter","fullPath":"/albums/photos/by-location","parameters":[]},{"path":"photos/check","method":"POST","controller":"AlbumController","handler":"checkPhotoExists","fullPath":"/albums/photos/check","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/check","method":"GET","controller":"AlbumController","handler":"checkPhotoExistsGet","fullPath":"/albums/photos/check","parameters":[]},{"path":"photos/delete-batch","method":"POST","controller":"AlbumController","handler":"deletePhotos","fullPath":"/albums/photos/delete-batch","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/move","method":"POST","controller":"AlbumController","handler":"movePhotos","fullPath":"/albums/photos/move","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/update-albums","method":"POST","controller":"AlbumController","handler":"updatePhotosAlbums","fullPath":"/albums/photos/update-albums","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/update-location","method":"POST","controller":"AlbumController","handler":"updatePhotosLocation","fullPath":"/albums/photos/update-location","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/update-time","method":"POST","controller":"AlbumController","handler":"updatePhotosTime","fullPath":"/albums/photos/update-time","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/upload","method":"POST","controller":"AlbumController","handler":"uploadPhoto","fullPath":"/albums/photos/upload","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"photos/upload-multiple","method":"POST","controller":"AlbumController","handler":"uploadPhotos","fullPath":"/albums/photos/upload-multiple","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"stats","method":"GET","controller":"AlbumController","handler":"getStats","fullPath":"/albums/stats","parameters":[]},{"path":"times","method":"GET","controller":"AlbumController","handler":"getPhotoTimes","fullPath":"/albums/times","parameters":[]},{"path":"upload/cancel","method":"POST","controller":"AlbumController","handler":"cancelUpload","fullPath":"/albums/upload/cancel","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload/chunk","method":"POST","controller":"AlbumController","handler":"uploadChunk","fullPath":"/albums/upload/chunk","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload/chunk-raw","method":"POST","controller":"AlbumController","handler":"uploadChunkRaw","fullPath":"/albums/upload/chunk-raw","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload/complete","method":"POST","controller":"AlbumController","handler":"completeUpload","fullPath":"/albums/upload/complete","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload/init","method":"POST","controller":"AlbumController","handler":"initChunkUpload","fullPath":"/albums/upload/init","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload/status/:uploadId","method":"GET","controller":"AlbumController","handler":"getUploadStatus","fullPath":"/albums/upload/status/:uploadId","parameters":[{"name":"uploadId","type":"path","required":true,"description":"路径参数：uploadId"}]},{"path":"upload/stream","method":"POST","controller":"AlbumController","handler":"uploadStream","fullPath":"/albums/upload/stream","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"ApiDocs","endpoints":[{"path":"/","method":"GET","controller":"ApiDocsController","handler":"getAllEndpoints","fullPath":"/api-docs/","parameters":[]},{"path":"documentation","method":"GET","controller":"ApiDocsController","handler":"getApiDocumentation","fullPath":"/api-docs/documentation","parameters":[]}]},{"module":"Asset","endpoints":[{"path":"account-types","method":"GET","controller":"AssetController","handler":"getAccountTypes","fullPath":"/asset/account-types","parameters":[]},{"path":"accounts","method":"POST","controller":"AssetController","handler":"createAccount","fullPath":"/asset/accounts","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"accounts","method":"GET","controller":"AssetController","handler":"getAllAccounts","fullPath":"/asset/accounts","parameters":[]},{"path":"accounts/:id","method":"GET","controller":"AssetController","handler":"getAccountById","fullPath":"/asset/accounts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"accounts/:id","method":"PUT","controller":"AssetController","handler":"updateAccount","fullPath":"/asset/accounts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"accounts/:id","method":"DELETE","controller":"AssetController","handler":"deleteAccount","fullPath":"/asset/accounts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"accounts/:id/summary","method":"GET","controller":"AssetController","handler":"getAccountSummary","fullPath":"/asset/accounts/:id/summary","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"accounts/cash-balances","method":"GET","controller":"AssetController","handler":"getAccountCashBalances","fullPath":"/asset/accounts/cash-balances","parameters":[]},{"path":"assets","method":"POST","controller":"AssetController","handler":"createAsset","fullPath":"/asset/assets","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"assets","method":"GET","controller":"AssetController","handler":"getAllAssets","fullPath":"/asset/assets","parameters":[]},{"path":"assets/:id","method":"GET","controller":"AssetController","handler":"getAssetById","fullPath":"/asset/assets/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"assets/:id","method":"PUT","controller":"AssetController","handler":"updateAsset","fullPath":"/asset/assets/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"assets/:id","method":"DELETE","controller":"AssetController","handler":"deleteAsset","fullPath":"/asset/assets/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"assets/:id/summary","method":"GET","controller":"AssetController","handler":"getAssetSummary","fullPath":"/asset/assets/:id/summary","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"categories","method":"POST","controller":"AssetController","handler":"createCategory","fullPath":"/asset/categories","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"categories","method":"GET","controller":"AssetController","handler":"getAllCategories","fullPath":"/asset/categories","parameters":[]},{"path":"categories/:id","method":"PUT","controller":"AssetController","handler":"updateCategory","fullPath":"/asset/categories/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"categories/:id","method":"DELETE","controller":"AssetController","handler":"deleteCategory","fullPath":"/asset/categories/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"categories/tree","method":"GET","controller":"AssetController","handler":"getCategoryTree","fullPath":"/asset/categories/tree","parameters":[]},{"path":"category-codes","method":"GET","controller":"AssetController","handler":"getCategoryCodes","fullPath":"/asset/category-codes","parameters":[]},{"path":"currencies","method":"GET","controller":"AssetController","handler":"getCurrencies","fullPath":"/asset/currencies","parameters":[]},{"path":"fx-rates","method":"POST","controller":"AssetController","handler":"createFxRate","fullPath":"/asset/fx-rates","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"fx-rates","method":"GET","controller":"AssetController","handler":"getAllFxRates","fullPath":"/asset/fx-rates","parameters":[]},{"path":"fx-rates/rate","method":"GET","controller":"AssetController","handler":"getFxRate","fullPath":"/asset/fx-rates/rate","parameters":[]},{"path":"overview/total-value","method":"GET","controller":"AssetController","handler":"getTotalAssetValue","fullPath":"/asset/overview/total-value","parameters":[]},{"path":"price-history","method":"POST","controller":"AssetController","handler":"createPriceHistory","fullPath":"/asset/price-history","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"price-history","method":"GET","controller":"AssetController","handler":"getPriceHistory","fullPath":"/asset/price-history","parameters":[]},{"path":"price-history/latest","method":"GET","controller":"AssetController","handler":"getLatestPrice","fullPath":"/asset/price-history/latest","parameters":[]},{"path":"transaction-types","method":"GET","controller":"AssetController","handler":"getTransactionTypes","fullPath":"/asset/transaction-types","parameters":[]},{"path":"transactions","method":"POST","controller":"AssetController","handler":"createTransaction","fullPath":"/asset/transactions","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"transactions","method":"GET","controller":"AssetController","handler":"getAllTransactions","fullPath":"/asset/transactions","parameters":[]},{"path":"transactions/:id","method":"PUT","controller":"AssetController","handler":"updateTransaction","fullPath":"/asset/transactions/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"transactions/:id","method":"DELETE","controller":"AssetController","handler":"deleteTransaction","fullPath":"/asset/transactions/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"valuations","method":"POST","controller":"AssetController","handler":"createValuation","fullPath":"/asset/valuations","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"valuations","method":"GET","controller":"AssetController","handler":"getValuations","fullPath":"/asset/valuations","parameters":[]},{"path":"valuations/latest","method":"GET","controller":"AssetController","handler":"getLatestValuation","fullPath":"/asset/valuations/latest","parameters":[]}]},{"module":"Auth","endpoints":[{"path":"2fa/disable","method":"POST","controller":"AuthController","handler":"disable2FA","fullPath":"/auth/2fa/disable","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"2fa/enable","method":"POST","controller":"AuthController","handler":"enable2FA","fullPath":"/auth/2fa/enable","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"2fa/generate","method":"POST","controller":"AuthController","handler":"generate2FA","fullPath":"/auth/2fa/generate","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"2fa/verify","method":"POST","controller":"AuthController","handler":"verify2FA","fullPath":"/auth/2fa/verify","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"change-password","method":"POST","controller":"AuthController","handler":"changePassword","fullPath":"/auth/change-password","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"employee/reset-password","method":"POST","controller":"AuthController","handler":"resetEmployeePassword","fullPath":"/auth/employee/reset-password","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"employee/set-credentials","method":"POST","controller":"AuthController","handler":"setEmployeeCredentials","fullPath":"/auth/employee/set-credentials","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"login","method":"POST","controller":"AuthController","handler":"login","fullPath":"/auth/login","parameters":[{"name":"username","type":"body","required":true,"description":"用户名","schema":{"type":"string"}},{"name":"password","type":"body","required":true,"description":"密码","schema":{"type":"string"}},{"name":"token","type":"body","required":false,"description":"2FA令牌（启用2FA时必填）","schema":{"type":"string"}}]},{"path":"login","method":"GET","controller":"AuthController","handler":"loginPage","fullPath":"/auth/login","parameters":[]},{"path":"logout","method":"POST","controller":"AuthController","handler":"logout","fullPath":"/auth/logout","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"me","method":"GET","controller":"AuthController","handler":"getProfile","fullPath":"/auth/me","parameters":[]},{"path":"profile","method":"PUT","controller":"AuthController","handler":"updateProfile","fullPath":"/auth/profile","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"register","method":"POST","controller":"AuthController","handler":"register","fullPath":"/auth/register","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"restore-session","method":"POST","controller":"AuthController","handler":"restoreSession","fullPath":"/auth/restore-session","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"users","method":"GET","controller":"AuthController","handler":"getAllUsers","fullPath":"/auth/users","parameters":[]},{"path":"users","method":"POST","controller":"AuthController","handler":"createUser","fullPath":"/auth/users","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"users/:id","method":"GET","controller":"AuthController","handler":"getUserById","fullPath":"/auth/users/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"users/:id","method":"PUT","controller":"AuthController","handler":"updateUser","fullPath":"/auth/users/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"users/:id","method":"DELETE","controller":"AuthController","handler":"deleteUser","fullPath":"/auth/users/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"wordpress/config","method":"POST","controller":"AuthController","handler":"updateWordPressConfig","fullPath":"/auth/wordpress/config","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"wordpress/config","method":"GET","controller":"AuthController","handler":"getWordPressConfig","fullPath":"/auth/wordpress/config","parameters":[]},{"path":"wordpress/test-connection","method":"POST","controller":"AuthController","handler":"testWordPressConnection","fullPath":"/auth/wordpress/test-connection","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"BrowserFrame","endpoints":[{"path":"frame","method":"POST","controller":"BrowserFrameController","handler":"pushFrame","fullPath":"/browser-preview/frame","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"Company","endpoints":[{"path":"/","method":"POST","controller":"CompanyController","handler":"create","fullPath":"/company/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"/","method":"GET","controller":"CompanyController","handler":"findAll","fullPath":"/company/","parameters":[]},{"path":":id","method":"GET","controller":"CompanyController","handler":"findOne","fullPath":"/company/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"CompanyController","handler":"update","fullPath":"/company/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"DELETE","controller":"CompanyController","handler":"delete","fullPath":"/company/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"stats","method":"GET","controller":"CompanyController","handler":"getStats","fullPath":"/company/stats","parameters":[]}]},{"module":"Cron","endpoints":[{"path":"/","method":"POST","controller":"CronController","handler":"create","fullPath":"/api/cron/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"/","method":"GET","controller":"CronController","handler":"findAll","fullPath":"/api/cron/","parameters":[]},{"path":":id","method":"GET","controller":"CronController","handler":"findOne","fullPath":"/api/cron/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PATCH","controller":"CronController","handler":"update","fullPath":"/api/cron/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"DELETE","controller":"CronController","handler":"remove","fullPath":"/api/cron/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/activate","method":"POST","controller":"CronController","handler":"activate","fullPath":"/api/cron/:id/activate","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/deactivate","method":"POST","controller":"CronController","handler":"deactivate","fullPath":"/api/cron/:id/deactivate","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id/run","method":"POST","controller":"CronController","handler":"runNow","fullPath":"/api/cron/:id/run","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"English","endpoints":[{"path":"practice/next","method":"GET","controller":"EnglishController","handler":"getNextPracticeWord","fullPath":"/english/practice/next","parameters":[]},{"path":"review/submit","method":"POST","controller":"EnglishController","handler":"submitReview","fullPath":"/english/review/submit","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"review/words","method":"GET","controller":"EnglishController","handler":"getReviewWords","fullPath":"/english/review/words","parameters":[]},{"path":"stats/detailed","method":"GET","controller":"EnglishController","handler":"getDetailedStats","fullPath":"/english/stats/detailed","parameters":[]},{"path":"words","method":"POST","controller":"EnglishController","handler":"createWord","fullPath":"/english/words","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words","method":"GET","controller":"EnglishController","handler":"getWords","fullPath":"/english/words","parameters":[]},{"path":"words/:id","method":"GET","controller":"EnglishController","handler":"getWord","fullPath":"/english/words/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"words/:id","method":"PUT","controller":"EnglishController","handler":"updateWord","fullPath":"/english/words/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/:id","method":"DELETE","controller":"EnglishController","handler":"deleteWord","fullPath":"/english/words/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"words/:id/audio","method":"POST","controller":"EnglishController","handler":"uploadAudio","fullPath":"/english/words/:id/audio","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/:id/audio","method":"GET","controller":"EnglishController","handler":"getAudio","fullPath":"/english/words/:id/audio","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"words/:id/audio-url","method":"POST","controller":"EnglishController","handler":"uploadAudioUrl","fullPath":"/english/words/:id/audio-url","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/:id/definition-audio","method":"GET","controller":"EnglishController","handler":"getDefinitionAudio","fullPath":"/english/words/:id/definition-audio","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"words/:id/example-audio","method":"GET","controller":"EnglishController","handler":"getExampleAudio","fullPath":"/english/words/:id/example-audio","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"words/:id/mastery","method":"PUT","controller":"EnglishController","handler":"updateMasteryStatus","fullPath":"/english/words/:id/mastery","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/:id/start","method":"POST","controller":"EnglishController","handler":"startLearning","fullPath":"/english/words/:id/start","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/ai","method":"POST","controller":"EnglishController","handler":"createWordWithAI","fullPath":"/english/words/ai","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/ai/preview","method":"POST","controller":"EnglishController","handler":"previewWordWithAI","fullPath":"/english/words/ai/preview","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/batch","method":"POST","controller":"EnglishController","handler":"createWords","fullPath":"/english/words/batch","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"words/search","method":"GET","controller":"EnglishController","handler":"searchWords","fullPath":"/english/words/search","parameters":[]},{"path":"words/stats","method":"GET","controller":"EnglishController","handler":"getStats","fullPath":"/english/words/stats","parameters":[]}]},{"module":"File","endpoints":[{"path":"content","method":"GET","controller":"FileController","handler":"getFileContent","fullPath":"/files/content","parameters":[]},{"path":"create","method":"POST","controller":"FileController","handler":"createFile","fullPath":"/files/create","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"create-directory","method":"POST","controller":"FileController","handler":"createDirectory","fullPath":"/files/create-directory","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"delete","method":"DELETE","controller":"FileController","handler":"deleteFile","fullPath":"/files/delete","parameters":[]},{"path":"delete-directory","method":"DELETE","controller":"FileController","handler":"deleteDirectory","fullPath":"/files/delete-directory","parameters":[]},{"path":"directories","method":"GET","controller":"FileController","handler":"listDirectories","fullPath":"/files/directories","parameters":[]},{"path":"list","method":"GET","controller":"FileController","handler":"listFiles","fullPath":"/files/list","parameters":[]},{"path":"move","method":"POST","controller":"FileController","handler":"moveFile","fullPath":"/files/move","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"raw","method":"GET","controller":"FileController","handler":"getRawFile","fullPath":"/files/raw","parameters":[]},{"path":"sync","method":"POST","controller":"FileController","handler":"syncRepository","fullPath":"/files/sync","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"update","method":"PUT","controller":"FileController","handler":"updateFile","fullPath":"/files/update","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"upload","method":"POST","controller":"FileController","handler":"uploadFile","fullPath":"/files/upload","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"Home","endpoints":[{"path":"/","method":"GET","controller":"HomeController","handler":"home","fullPath":"/","parameters":[]},{"path":"api/chat","method":"POST","controller":"HomeController","handler":"chat","fullPath":"/api/chat","parameters":[{"name":"message","type":"body","required":true,"description":"用户消息内容","schema":{"type":"string"}},{"name":"conversationId","type":"body","required":false,"description":"对话ID（继续已有对话时提供）","schema":{"type":"number"}}]},{"path":"api/chat/stream","method":"POST","controller":"HomeController","handler":"chatStream","fullPath":"/api/chat/stream","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"api/conversations","method":"GET","controller":"HomeController","handler":"getConversations","fullPath":"/api/conversations","parameters":[]},{"path":"api/conversations/:id","method":"GET","controller":"HomeController","handler":"getConversation","fullPath":"/api/conversations/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"api/conversations/:id","method":"DELETE","controller":"HomeController","handler":"deleteConversation","fullPath":"/api/conversations/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"api/conversations/:id","method":"PATCH","controller":"HomeController","handler":"updateConversationTitle","fullPath":"/api/conversations/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"api/messages/:id","method":"DELETE","controller":"HomeController","handler":"deleteMessage","fullPath":"/api/messages/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"api/stats","method":"GET","controller":"HomeController","handler":"getStats","fullPath":"/api/stats","parameters":[]}]},{"module":"Log","endpoints":[{"path":"/","method":"POST","controller":"LogController","handler":"create","fullPath":"/api/logs/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"/","method":"GET","controller":"LogController","handler":"findAll","fullPath":"/api/logs/","parameters":[]},{"path":":id","method":"GET","controller":"LogController","handler":"findOne","fullPath":"/api/logs/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"DELETE","controller":"LogController","handler":"remove","fullPath":"/api/logs/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"batch-delete","method":"POST","controller":"LogController","handler":"removeMany","fullPath":"/api/logs/batch-delete","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"clean","method":"POST","controller":"LogController","handler":"cleanOldLogs","fullPath":"/api/logs/clean","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"stats","method":"GET","controller":"LogController","handler":"getStats","fullPath":"/api/logs/stats","parameters":[]}]},{"module":"Message","endpoints":[{"path":"/","method":"GET","controller":"MessageController","handler":"findAll","fullPath":"/messages/","parameters":[]},{"path":"/","method":"POST","controller":"MessageController","handler":"create","fullPath":"/messages/","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":id","method":"GET","controller":"MessageController","handler":"findOne","fullPath":"/messages/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"DELETE","controller":"MessageController","handler":"delete","fullPath":"/messages/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id/read","method":"POST","controller":"MessageController","handler":"markAsRead","fullPath":"/messages/:id/read","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"im/contacts","method":"GET","controller":"MessageController","handler":"getImContacts","fullPath":"/messages/im/contacts","parameters":[]},{"path":"im/history","method":"GET","controller":"MessageController","handler":"getImHistory","fullPath":"/messages/im/history","parameters":[]},{"path":"im/push","method":"POST","controller":"MessageController","handler":"pushIm","fullPath":"/messages/im/push","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"im/read","method":"POST","controller":"MessageController","handler":"markImRead","fullPath":"/messages/im/read","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"read-all","method":"POST","controller":"MessageController","handler":"markAllAsRead","fullPath":"/messages/read-all","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"Organization","endpoints":[{"path":"department-objectives","method":"POST","controller":"OrganizationController","handler":"createDepartmentObjective","fullPath":"/organization/department-objectives","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-objectives/:id","method":"GET","controller":"OrganizationController","handler":"getDepartmentObjectiveById","fullPath":"/organization/department-objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-objectives/:id","method":"PUT","controller":"OrganizationController","handler":"updateDepartmentObjective","fullPath":"/organization/department-objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-objectives/:id","method":"DELETE","controller":"OrganizationController","handler":"deleteDepartmentObjective","fullPath":"/organization/department-objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-objectives/:id/requirements","method":"GET","controller":"OrganizationController","handler":"getDepartmentRequirementsByObjective","fullPath":"/organization/department-objectives/:id/requirements","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-plans","method":"POST","controller":"OrganizationController","handler":"createDepartmentPlan","fullPath":"/organization/department-plans","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-plans/:id","method":"GET","controller":"OrganizationController","handler":"getDepartmentPlanById","fullPath":"/organization/department-plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-plans/:id","method":"PUT","controller":"OrganizationController","handler":"updateDepartmentPlan","fullPath":"/organization/department-plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-plans/:id","method":"DELETE","controller":"OrganizationController","handler":"deleteDepartmentPlan","fullPath":"/organization/department-plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-requirements","method":"POST","controller":"OrganizationController","handler":"createDepartmentRequirement","fullPath":"/organization/department-requirements","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-requirements/:id","method":"GET","controller":"OrganizationController","handler":"getDepartmentRequirementById","fullPath":"/organization/department-requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-requirements/:id","method":"PUT","controller":"OrganizationController","handler":"updateDepartmentRequirement","fullPath":"/organization/department-requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"department-requirements/:id","method":"DELETE","controller":"OrganizationController","handler":"deleteDepartmentRequirement","fullPath":"/organization/department-requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"department-requirements/:id/plans","method":"GET","controller":"OrganizationController","handler":"getDepartmentPlansByRequirement","fullPath":"/organization/department-requirements/:id/plans","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments","method":"POST","controller":"OrganizationController","handler":"createDepartment","fullPath":"/organization/departments","parameters":[{"name":"name","type":"body","required":true,"description":"部门名称","schema":{"type":"string"}},{"name":"parentId","type":"body","required":false,"description":"父部门ID","schema":{"type":"number"}}]},{"path":"departments","method":"GET","controller":"OrganizationController","handler":"getAllDepartments","fullPath":"/organization/departments","parameters":[]},{"path":"departments/:id","method":"GET","controller":"OrganizationController","handler":"getDepartmentById","fullPath":"/organization/departments/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id","method":"PUT","controller":"OrganizationController","handler":"updateDepartment","fullPath":"/organization/departments/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"name","type":"body","required":true,"description":"部门名称","schema":{"type":"string"}},{"name":"parentId","type":"body","required":false,"description":"父部门ID","schema":{"type":"number"}}]},{"path":"departments/:id","method":"DELETE","controller":"OrganizationController","handler":"deleteDepartment","fullPath":"/organization/departments/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/department-objectives","method":"GET","controller":"OrganizationController","handler":"getDepartmentObjectivesByDepartment","fullPath":"/organization/departments/:id/department-objectives","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/employees","method":"GET","controller":"OrganizationController","handler":"getEmployeesByDepartment","fullPath":"/organization/departments/:id/employees","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/objectives","method":"GET","controller":"OrganizationController","handler":"getDepartmentObjectives","fullPath":"/organization/departments/:id/objectives","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/plans","method":"GET","controller":"OrganizationController","handler":"getDepartmentPlans","fullPath":"/organization/departments/:id/plans","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/requirements","method":"GET","controller":"OrganizationController","handler":"getDepartmentRequirements","fullPath":"/organization/departments/:id/requirements","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/:id/tasks","method":"GET","controller":"OrganizationController","handler":"getDepartmentTasks","fullPath":"/organization/departments/:id/tasks","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"departments/tree","method":"GET","controller":"OrganizationController","handler":"getDepartmentTree","fullPath":"/organization/departments/tree","parameters":[]},{"path":"employees","method":"POST","controller":"OrganizationController","handler":"createEmployee","fullPath":"/organization/employees","parameters":[{"name":"name","type":"body","required":true,"description":"员工姓名","schema":{"type":"string"}},{"name":"employeeNumber","type":"body","required":true,"description":"工号","schema":{"type":"string"}},{"name":"departmentId","type":"body","required":true,"description":"部门ID","schema":{"type":"number"}},{"name":"position","type":"body","required":false,"description":"职位","schema":{"type":"string"}},{"name":"email","type":"body","required":false,"description":"邮箱","schema":{"type":"string"}},{"name":"phone","type":"body","required":false,"description":"电话","schema":{"type":"string"}}]},{"path":"employees","method":"GET","controller":"OrganizationController","handler":"getAllEmployees","fullPath":"/organization/employees","parameters":[]},{"path":"employees/:id","method":"GET","controller":"OrganizationController","handler":"getEmployeeById","fullPath":"/organization/employees/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"employees/:id","method":"PUT","controller":"OrganizationController","handler":"updateEmployee","fullPath":"/organization/employees/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"name","type":"body","required":true,"description":"员工姓名","schema":{"type":"string"}},{"name":"employeeNumber","type":"body","required":true,"description":"工号","schema":{"type":"string"}},{"name":"departmentId","type":"body","required":true,"description":"部门ID","schema":{"type":"number"}},{"name":"position","type":"body","required":false,"description":"职位","schema":{"type":"string"}},{"name":"email","type":"body","required":false,"description":"邮箱","schema":{"type":"string"}},{"name":"phone","type":"body","required":false,"description":"电话","schema":{"type":"string"}}]},{"path":"employees/:id","method":"DELETE","controller":"OrganizationController","handler":"deleteEmployee","fullPath":"/organization/employees/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"stats","method":"GET","controller":"OrganizationController","handler":"getOrganizationStats","fullPath":"/organization/stats","parameters":[]}]},{"module":"Project","endpoints":[{"path":"/","method":"POST","controller":"ProjectController","handler":"createProject","fullPath":"/project/","parameters":[{"name":"name","type":"body","required":true,"description":"项目名称","schema":{"type":"string"}},{"name":"description","type":"body","required":false,"description":"项目描述","schema":{"type":"string"}}]},{"path":"/","method":"GET","controller":"ProjectController","handler":"getAllProjects","fullPath":"/project/","parameters":[]},{"path":":id","method":"GET","controller":"ProjectController","handler":"getProject","fullPath":"/project/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"ProjectController","handler":"updateProject","fullPath":"/project/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"name","type":"body","required":true,"description":"项目名称","schema":{"type":"string"}},{"name":"description","type":"body","required":false,"description":"项目描述","schema":{"type":"string"}}]},{"path":":id","method":"DELETE","controller":"ProjectController","handler":"deleteProject","fullPath":"/project/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":projectId/members","method":"POST","controller":"ProjectController","handler":"addProjectMember","fullPath":"/project/:projectId/members","parameters":[{"name":"projectId","type":"path","required":true,"description":"路径参数：projectId"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":projectId/members","method":"GET","controller":"ProjectController","handler":"getProjectMembers","fullPath":"/project/:projectId/members","parameters":[{"name":"projectId","type":"path","required":true,"description":"路径参数：projectId"}]},{"path":"documents","method":"POST","controller":"ProjectController","handler":"createDocument","fullPath":"/project/documents","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"documents","method":"GET","controller":"ProjectController","handler":"getDocuments","fullPath":"/project/documents","parameters":[]},{"path":"documents/:id","method":"GET","controller":"ProjectController","handler":"getDocument","fullPath":"/project/documents/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"documents/:id","method":"PUT","controller":"ProjectController","handler":"updateDocument","fullPath":"/project/documents/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"documents/:id","method":"DELETE","controller":"ProjectController","handler":"deleteDocument","fullPath":"/project/documents/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"members/:id","method":"PATCH","controller":"ProjectController","handler":"updateProjectMember","fullPath":"/project/members/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"members/:id","method":"DELETE","controller":"ProjectController","handler":"removeProjectMember","fullPath":"/project/members/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"objectives","method":"POST","controller":"ProjectController","handler":"createObjective","fullPath":"/project/objectives","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"objectives","method":"GET","controller":"ProjectController","handler":"getObjectives","fullPath":"/project/objectives","parameters":[]},{"path":"objectives/:id","method":"GET","controller":"ProjectController","handler":"getObjective","fullPath":"/project/objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"objectives/:id","method":"PUT","controller":"ProjectController","handler":"updateObjective","fullPath":"/project/objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"objectives/:id","method":"DELETE","controller":"ProjectController","handler":"deleteObjective","fullPath":"/project/objectives/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"plans","method":"POST","controller":"ProjectController","handler":"createPlan","fullPath":"/project/plans","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"plans","method":"GET","controller":"ProjectController","handler":"getPlans","fullPath":"/project/plans","parameters":[]},{"path":"plans/:id","method":"GET","controller":"ProjectController","handler":"getPlan","fullPath":"/project/plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"plans/:id","method":"PUT","controller":"ProjectController","handler":"updatePlan","fullPath":"/project/plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"plans/:id","method":"DELETE","controller":"ProjectController","handler":"deletePlan","fullPath":"/project/plans/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"plans/:id/tasks","method":"GET","controller":"ProjectController","handler":"getPlanTasks","fullPath":"/project/plans/:id/tasks","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"requirements","method":"POST","controller":"ProjectController","handler":"createRequirement","fullPath":"/project/requirements","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"requirements","method":"GET","controller":"ProjectController","handler":"getRequirements","fullPath":"/project/requirements","parameters":[]},{"path":"requirements/:id","method":"GET","controller":"ProjectController","handler":"getRequirement","fullPath":"/project/requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"requirements/:id","method":"PUT","controller":"ProjectController","handler":"updateRequirement","fullPath":"/project/requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"requirements/:id","method":"DELETE","controller":"ProjectController","handler":"deleteRequirement","fullPath":"/project/requirements/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"schedules","method":"POST","controller":"ProjectController","handler":"createSchedule","fullPath":"/project/schedules","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"schedules","method":"GET","controller":"ProjectController","handler":"getSchedules","fullPath":"/project/schedules","parameters":[]},{"path":"schedules/:id","method":"GET","controller":"ProjectController","handler":"getSchedule","fullPath":"/project/schedules/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"schedules/:id","method":"PUT","controller":"ProjectController","handler":"updateSchedule","fullPath":"/project/schedules/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"schedules/:id","method":"DELETE","controller":"ProjectController","handler":"deleteSchedule","fullPath":"/project/schedules/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"schedules/:id/toggle","method":"PATCH","controller":"ProjectController","handler":"toggleSchedule","fullPath":"/project/schedules/:id/toggle","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"stats/summary","method":"GET","controller":"ProjectController","handler":"getProjectStats","fullPath":"/project/stats/summary","parameters":[]}]},{"module":"Rag","endpoints":[{"path":"documents","method":"POST","controller":"RagController","handler":"createDocument","fullPath":"/rag/documents","parameters":[{"name":"content","type":"body","required":true,"description":"文档内容","schema":{"type":"string"}},{"name":"metadata","type":"body","required":false,"description":"文档元数据","schema":{"type":"object"}}]},{"path":"documents","method":"GET","controller":"RagController","handler":"getAllDocuments","fullPath":"/rag/documents","parameters":[]},{"path":"documents/:id","method":"GET","controller":"RagController","handler":"getDocument","fullPath":"/rag/documents/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"documents/:id","method":"DELETE","controller":"RagController","handler":"deleteDocument","fullPath":"/rag/documents/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"search","method":"POST","controller":"RagController","handler":"search","fullPath":"/rag/search","parameters":[{"name":"query","type":"body","required":true,"description":"搜索查询","schema":{"type":"string"}},{"name":"limit","type":"body","required":false,"description":"返回结果数量限制","schema":{"type":"number"}}]}]},{"module":"SpeechToText","endpoints":[{"path":"transcribe","method":"POST","controller":"SpeechToTextController","handler":"transcribeAudio","fullPath":"/speech-to-text/transcribe","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"translate","method":"POST","controller":"SpeechToTextController","handler":"translateAudio","fullPath":"/speech-to-text/translate","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"SystemConfig","endpoints":[{"path":"/","method":"GET","controller":"SystemConfigController","handler":"getAll","fullPath":"/system-config/","parameters":[]},{"path":":group","method":"GET","controller":"SystemConfigController","handler":"getGroup","fullPath":"/system-config/:group","parameters":[{"name":"group","type":"path","required":true,"description":"路径参数：group"}]},{"path":":group","method":"PUT","controller":"SystemConfigController","handler":"setGroup","fullPath":"/system-config/:group","parameters":[{"name":"group","type":"path","required":true,"description":"路径参数：group"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":group/:key","method":"GET","controller":"SystemConfigController","handler":"get","fullPath":"/system-config/:group/:key","parameters":[{"name":"group","type":"path","required":true,"description":"路径参数：group"},{"name":"key","type":"path","required":true,"description":"路径参数：key"}]},{"path":":group/:key","method":"PUT","controller":"SystemConfigController","handler":"set","fullPath":"/system-config/:group/:key","parameters":[{"name":"group","type":"path","required":true,"description":"路径参数：group"},{"name":"key","type":"path","required":true,"description":"路径参数：key"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]}]},{"module":"Task","endpoints":[{"path":"/","method":"POST","controller":"TaskController","handler":"createTask","fullPath":"/task/","parameters":[{"name":"title","type":"body","required":true,"description":"任务标题","schema":{"type":"string"}},{"name":"description","type":"body","required":false,"description":"任务描述","schema":{"type":"string"}},{"name":"dueDate","type":"body","required":false,"description":"截止日期（ISO 8601格式，如：2024-12-31）","schema":{"type":"string"}},{"name":"priority","type":"body","required":false,"description":"优先级：low/medium/high，默认medium","schema":{"type":"string"}},{"name":"isRecurring","type":"body","required":false,"description":"是否为重复任务","schema":{"type":"boolean"}},{"name":"recurrencePattern","type":"body","required":false,"description":"重复模式：daily/weekly/monthly（仅当isRecurring为true时）","schema":{"type":"string"}},{"name":"projectId","type":"body","required":false,"description":"关联项目ID","schema":{"type":"number"}},{"name":"conversationId","type":"body","required":false,"description":"对话ID（用于记录到对话历史）","schema":{"type":"number"}}]},{"path":"/","method":"GET","controller":"TaskController","handler":"getAllTasks","fullPath":"/task/","parameters":[]},{"path":":id","method":"GET","controller":"TaskController","handler":"getTask","fullPath":"/task/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":id","method":"PUT","controller":"TaskController","handler":"updateTask","fullPath":"/task/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"title","type":"body","required":true,"description":"任务标题","schema":{"type":"string"}},{"name":"description","type":"body","required":false,"description":"任务描述","schema":{"type":"string"}},{"name":"dueDate","type":"body","required":false,"description":"截止日期（ISO 8601格式，如：2024-12-31）","schema":{"type":"string"}},{"name":"priority","type":"body","required":false,"description":"优先级：low/medium/high，默认medium","schema":{"type":"string"}},{"name":"isRecurring","type":"body","required":false,"description":"是否为重复任务","schema":{"type":"boolean"}},{"name":"recurrencePattern","type":"body","required":false,"description":"重复模式：daily/weekly/monthly（仅当isRecurring为true时）","schema":{"type":"string"}},{"name":"projectId","type":"body","required":false,"description":"关联项目ID","schema":{"type":"number"}},{"name":"conversationId","type":"body","required":false,"description":"对话ID（用于记录到对话历史）","schema":{"type":"number"}}]},{"path":":id","method":"DELETE","controller":"TaskController","handler":"deleteTask","fullPath":"/task/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":":taskId/progress","method":"POST","controller":"TaskController","handler":"createProgress","fullPath":"/task/:taskId/progress","parameters":[{"name":"taskId","type":"path","required":true,"description":"路径参数：taskId"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":":taskId/progress","method":"GET","controller":"TaskController","handler":"getProgressByTaskId","fullPath":"/task/:taskId/progress","parameters":[{"name":"taskId","type":"path","required":true,"description":"路径参数：taskId"}]},{"path":":taskId/progress/reorder","method":"POST","controller":"TaskController","handler":"reorderProgress","fullPath":"/task/:taskId/progress/reorder","parameters":[{"name":"taskId","type":"path","required":true,"description":"路径参数：taskId"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"complete/:id","method":"POST","controller":"TaskController","handler":"completeTask","fullPath":"/task/complete/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"progress/:id","method":"PUT","controller":"TaskController","handler":"updateProgress","fullPath":"/task/progress/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"progress/:id","method":"DELETE","controller":"TaskController","handler":"deleteProgress","fullPath":"/task/progress/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"recurring","method":"GET","controller":"TaskController","handler":"getRecurringTemplates","fullPath":"/task/recurring","parameters":[]},{"path":"search","method":"GET","controller":"TaskController","handler":"searchTasks","fullPath":"/task/search","parameters":[]}]},{"module":"Terminal","endpoints":[{"path":"agents/token","method":"POST","controller":"TerminalController","handler":"createAgentToken","fullPath":"/terminal/agents/token","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"certificates","method":"GET","controller":"TerminalController","handler":"getCertificates","fullPath":"/terminal/certificates","parameters":[]},{"path":"certificates","method":"POST","controller":"TerminalController","handler":"createCertificate","fullPath":"/terminal/certificates","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"certificates/:id","method":"PUT","controller":"TerminalController","handler":"updateCertificate","fullPath":"/terminal/certificates/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"certificates/:id","method":"DELETE","controller":"TerminalController","handler":"deleteCertificate","fullPath":"/terminal/certificates/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"commands","method":"GET","controller":"TerminalController","handler":"getCommands","fullPath":"/terminal/commands","parameters":[]},{"path":"commands","method":"POST","controller":"TerminalController","handler":"createCommand","fullPath":"/terminal/commands","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"commands/:id","method":"PUT","controller":"TerminalController","handler":"updateCommand","fullPath":"/terminal/commands/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"commands/:id","method":"DELETE","controller":"TerminalController","handler":"deleteCommand","fullPath":"/terminal/commands/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"groups","method":"GET","controller":"TerminalController","handler":"getGroups","fullPath":"/terminal/groups","parameters":[]},{"path":"groups","method":"POST","controller":"TerminalController","handler":"createGroup","fullPath":"/terminal/groups","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"groups/:id","method":"PUT","controller":"TerminalController","handler":"updateGroup","fullPath":"/terminal/groups/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"groups/:id","method":"DELETE","controller":"TerminalController","handler":"deleteGroup","fullPath":"/terminal/groups/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"servers","method":"GET","controller":"TerminalController","handler":"getServers","fullPath":"/terminal/servers","parameters":[]},{"path":"servers","method":"POST","controller":"TerminalController","handler":"createServer","fullPath":"/terminal/servers","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"servers/:id","method":"PUT","controller":"TerminalController","handler":"updateServer","fullPath":"/terminal/servers/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"servers/:id","method":"DELETE","controller":"TerminalController","handler":"deleteServer","fullPath":"/terminal/servers/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"servers/:id","method":"GET","controller":"TerminalController","handler":"getServer","fullPath":"/terminal/servers/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]}]},{"module":"WordPress","endpoints":[{"path":"categories","method":"GET","controller":"WordPressController","handler":"getCategories","fullPath":"/wordpress/categories","parameters":[]},{"path":"categories","method":"POST","controller":"WordPressController","handler":"createCategory","fullPath":"/wordpress/categories","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"categories/:id","method":"PUT","controller":"WordPressController","handler":"updateCategory","fullPath":"/wordpress/categories/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"categories/:id","method":"DELETE","controller":"WordPressController","handler":"deleteCategory","fullPath":"/wordpress/categories/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"drafts","method":"GET","controller":"WordPressController","handler":"getDrafts","fullPath":"/wordpress/drafts","parameters":[]},{"path":"posts","method":"GET","controller":"WordPressController","handler":"getPostsPaginated","fullPath":"/wordpress/posts","parameters":[]},{"path":"posts","method":"POST","controller":"WordPressController","handler":"createPost","fullPath":"/wordpress/posts","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"posts/:id","method":"GET","controller":"WordPressController","handler":"getPostById","fullPath":"/wordpress/posts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"posts/:id","method":"PUT","controller":"WordPressController","handler":"updatePost","fullPath":"/wordpress/posts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"},{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"posts/:id","method":"DELETE","controller":"WordPressController","handler":"deletePost","fullPath":"/wordpress/posts/:id","parameters":[{"name":"id","type":"path","required":true,"description":"路径参数：id"}]},{"path":"process-all","method":"POST","controller":"WordPressController","handler":"processAllPosts","fullPath":"/wordpress/process-all","parameters":[{"name":"body","type":"body","required":true,"description":"请求体（具体字段请参考相应实体定义）"}]},{"path":"processing-status","method":"GET","controller":"WordPressController","handler":"getProcessingStatus","fullPath":"/wordpress/processing-status","parameters":[]}]}]