|
|
|
@ -75,6 +75,21 @@
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#getScheme">
|
|
|
|
|
获取版本信息
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#addResourceStructure">
|
|
|
|
|
增加资源目录结构
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#delResourceStructureById">
|
|
|
|
|
删除资源目录结构
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#updateResourceStructureById">
|
|
|
|
|
按ID修改资源目录结构
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#getResourceStructureById">
|
|
|
|
|
按ID查询资源目录结构
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_resource_Base_Controller_BaseController.html#getResourceStructureList">
|
|
|
|
|
分页查询资源目录结构
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> </div>
|
|
|
|
@ -494,6 +509,201 @@
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="addResourceStructure"><a href="#">增加资源目录结构 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/base/addResourceStructure</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>structure_name</td>
|
|
|
|
|
<td>string</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>章节目录名称</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>parent_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>上级目录ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>scheme_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>版本ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>sort_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>排序号</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>owern_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>1:东师理想提供结构,2:用户自定义结构</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="delResourceStructureById"><a href="#">删除资源目录结构 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/base/delResourceStructureById</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>structure_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>主键</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="updateResourceStructureById"><a href="#"> 按ID修改资源目录结构 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/base/updateResourceStructureById</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>structure_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>主键</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>structure_name</td>
|
|
|
|
|
<td>string</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>章节目录名称</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>parent_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>上级目录ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>scheme_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>版本ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>sort_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>排序号</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>owern_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>1:东师理想提供结构,2:用户自定义结构</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="getResourceStructureById"><a href="#"> 按ID查询资源目录结构 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/base/getResourceStructureById</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>structure_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>主键</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="getResourceStructureList"><a href="#"> 分页查询资源目录结构 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/base/getResourceStructureList</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>pageNum</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>页码</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>pageSize</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>每页数量</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
@ -521,6 +731,11 @@
|
|
|
|
|
{name: 'BaseController.修改版本', url: 'com_dsideal_resource_Base_Controller_BaseController.html#updateScheme'},
|
|
|
|
|
{name: 'BaseController.版本列表', url: 'com_dsideal_resource_Base_Controller_BaseController.html#listScheme'},
|
|
|
|
|
{name: 'BaseController.获取版本信息', url: 'com_dsideal_resource_Base_Controller_BaseController.html#getScheme'},
|
|
|
|
|
{name: 'BaseController.增加资源目录结构', url: 'com_dsideal_resource_Base_Controller_BaseController.html#addResourceStructure'},
|
|
|
|
|
{name: 'BaseController.删除资源目录结构', url: 'com_dsideal_resource_Base_Controller_BaseController.html#delResourceStructureById'},
|
|
|
|
|
{name: 'BaseController. 按ID修改资源目录结构', url: 'com_dsideal_resource_Base_Controller_BaseController.html#updateResourceStructureById'},
|
|
|
|
|
{name: 'BaseController. 按ID查询资源目录结构', url: 'com_dsideal_resource_Base_Controller_BaseController.html#getResourceStructureById'},
|
|
|
|
|
{name: 'BaseController. 分页查询资源目录结构', url: 'com_dsideal_resource_Base_Controller_BaseController.html#getResourceStructureList'},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|