{}
curl --location '/api/plugin/1/versions/create/' \ --header 'Content-Type: application/json' \ --data '{}'
{ "code": 10000, "message": "版本 1.0.0 创建成功", "data": { "id": 1, "plugin_id": 1, "version": "1.0.0", "file_url": "http://127.0.0.1:8000/media/uploads/abc123.zip", "file_size": 2048576, "file_size_display": "1.95 MB", "changelog": "初始发布版本", "created_at": "2026-06-05 12:15:49" } }