模版插件
## 说明
获取当前网市场云建站系统 -> CMS模式网站管理后台中,可用的模版插件列表。
## 请求 URL
> http://res.weiunity.com/cloudControl/templatePlugin.json
## 返回值
返回的数据如下:
````
{
"result":"1",
"list": [
{
"name": "markdown",
"title": "markdown内容编辑器",
"info": "markdown编辑器。在内容管理中,可使用此编辑器,快速,方便写出漂亮的文档、详情页面。",
"docUrl": "http://www.wang.market/2713.html",
"demoUrl": "http://res.weiunity.com/editor/demo.html"
}
]
}
````
| 参数 | | 说明 |
| ------------ | -- | ------------ |
| result || 请求结果:1:成功; 0失败 |
| list || 当成功时,返回插件列表 |
| - | name | 模版插件的名字 |
| - | title | 此插件显示给用户所看到的标题 |
| - | info | 此插件的简介说明 |
| - | docUrl | 使用此插件时的帮助文档的url地址 |
| - | demoUrl | 此插件预览或使用演示的url地址 |