Authorization: Bearer ********************curl --location --request GET '/api/admin/audit/versions?size=10&page=1&status=0' \
--header 'Authorization: Bearer <token>'{"code":200,"message":"success","data":{"page":1,"list":[{"id":1,"app_id":"mslx-plugin-chat-sync","version_name":"1.0.5-Release","version_code":1,"download_url":"https://github.com/MSLTeam/mslx-plugin-chat/releases/download/v1.0.5/plugin.jar","changelog":"## v1.0.5 更新日志\n\n- 修复了跨服聊天时偶尔断联的问题\n- 优化了内存占用\n- 增加了管理员强踢指令","download_count":0,"status":0,"audit_message":null,"created_at":"2026-05-03T19:55:28","app_name":"MSLX 聊天互通插件"}],"total":1,"size":10}}