返回示例
{
"code": 200,
"msg": "success",
"data": {
"id": 1,
"name": "示例插件",
"slug": "example_plugin",
"type": "plugin",
"category_id": 1,
"description": "这是一个示例插件的简短描述",
"content": "<p>这是应用的详细介绍HTML内容</p>",
"author": "DCSHOP",
"author_url": "https://dcshop.dev",
"cover": "https://xxx/cover.jpg",
"screenshots": ["https://xxx/1.jpg", "https://xxx/2.jpg"],
"price": 100,
"price_vip": 80,
"price_svip": 50,
"price_supreme": 0,
"free_for_supreme": 1,
"user_price": 80,
"user_price_monthly": 20,
"user_level": 1,
"has_monthly": 1,
"allow_buyout": 1,
"version": "1.2.0",
"demo_url": "https://demo.example.com",
"sales": 150,
"created_at": "2025-01-01 00:00:00",
"updated_at": "2026-01-01 00:00:00",
"versions": [
{
"version": "1.2.0",
"changelog": "1. 新增功能A\n2. 修复BUG B",
"created_at": "2026-01-01 00:00:00"
},
{
"version": "1.1.0",
"changelog": "1. 优化性能\n2. 新增功能C",
"created_at": "2025-06-01 00:00:00"
}
]
}
}