Authorization: Bearer ********************curl --location --request GET '/api/apps/versions/list/mslx-plugin-chat-sync?page=1&size=10' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"version_name": "1.0.5-Release",
"download_link": "http://localhost:8080/api/download/plugins/mslx-plugin-chat-sync/1/file",
"version_code": 1,
"changelog": "## v1.0.5 更新日志\n\n- 修复了跨服聊天时偶尔断联的问题\n- 优化了内存占用\n- 增加了管理员强踢指令",
"created_at": "2026-05-03T19:55:28",
"id": 1,
"download_count": 0
}
],
"page": 1,
"size": 10
}
}