实创_物料_工程_app


套餐管理

<p>欢迎使用ShowDoc!</p> <p><strong>简要描述:</strong> </p> <ul> <li>套餐属性新增</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comSetProperties/saveComSetProperties</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">propertiesName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>属性名称</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>值</td> </tr> <tr> <td style="text-align: left;">ynUpdate</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>是否允许修改</td> </tr> <tr> <td style="text-align: left;">sort</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>排序</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>套餐属性编辑</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comSetProperties/updateComSetProperties</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">propertiesName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>属性名称</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>值</td> </tr> <tr> <td style="text-align: left;">ynUpdate</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>是否允许修改</td> </tr> <tr> <td style="text-align: left;">sort</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>排序</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>套餐属性修改回显/详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comSetProperties/queryById</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: { &amp;quot;id&amp;quot;: 1, &amp;quot;propertiesName&amp;quot;: &amp;quot;属性名称&amp;quot;, &amp;quot;value&amp;quot;: &amp;quot;属性值&amp;quot;, &amp;quot;ynUpdate&amp;quot;: 1, &amp;quot;sort&amp;quot;: 1, &amp;quot;status&amp;quot;: 0, &amp;quot;ynDelete&amp;quot;: 0, &amp;quot;remark&amp;quot;: &amp;quot;备注&amp;quot;, &amp;quot;encoding&amp;quot;: &amp;quot;201807121921256260CWZT&amp;quot; }, &amp;quot;page&amp;quot;: null</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>套餐属性列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comSetProperties/queryComSetProperties</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">propertiesName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>属性名</td> </tr> <tr> <td style="text-align: left;">pageNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>分页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>分页</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: [ { &amp;quot;id&amp;quot;: 2, &amp;quot;propertiesName&amp;quot;: &amp;quot;属性名称2&amp;quot;, &amp;quot;value&amp;quot;: &amp;quot;属性值&amp;quot;, &amp;quot;ynUpdate&amp;quot;: 1, &amp;quot;sort&amp;quot;: 1, &amp;quot;status&amp;quot;: 0, &amp;quot;ynDelete&amp;quot;: 0, &amp;quot;remark&amp;quot;: &amp;quot;备注&amp;quot;, &amp;quot;encoding&amp;quot;: &amp;quot;201807121947416415VQV6&amp;quot; } ], &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>套餐信息添加</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comPackageInformation/saveComSetProperties</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">packageName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>套餐名称</td> </tr> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>公司id</td> </tr> <tr> <td style="text-align: left;">companyName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>公司名称</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comPackageInformation/queryByEncoding</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: { &amp;quot;id&amp;quot;: 4, &amp;quot;encoding&amp;quot;: &amp;quot;20180713145543055K8M2T&amp;quot;, &amp;quot;versionName&amp;quot;: &amp;quot;套餐名称2&amp;quot;, &amp;quot;versionNum&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;unitPrice&amp;quot;: 22, &amp;quot;startArea&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;lunchArea&amp;quot;: &amp;quot;备注&amp;quot;, &amp;quot;packagePrice&amp;quot;: 22, &amp;quot;companyId&amp;quot;: 1, &amp;quot;companyName&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;setEncoding&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;standard&amp;quot;: 1 }, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>编辑、禁用</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comPackageInformation/updateComPackageInformation</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">packageName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>套餐名称</td> </tr> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>公司id</td> </tr> <tr> <td style="text-align: left;">companyName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>公司名称</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>查询列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/comPackageInformation/queryComPackageInformation</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">packageName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>套餐名称</td> </tr> <tr> <td style="text-align: left;">pageNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>分页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>分页</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: [ { &amp;quot;id&amp;quot;: 3, &amp;quot;encoding&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;packageName&amp;quot;: &amp;quot;套餐名称2&amp;quot;, &amp;quot;companyId&amp;quot;: 1, &amp;quot;companyName&amp;quot;: &amp;quot;公司名称&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;remark&amp;quot;: &amp;quot;备注&amp;quot; } ], &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>保存 版本信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComPackageVersionController/saveComPackageVersion</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">versionName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>版本名称</td> </tr> <tr> <td style="text-align: left;">versionNum</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>版本号码</td> </tr> <tr> <td style="text-align: left;">unitPrice</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Long</td> <td>单价</td> </tr> <tr> <td style="text-align: left;">startArea</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>起步面积</td> </tr> <tr> <td style="text-align: left;">lunchArea</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>上限面积</td> </tr> <tr> <td style="text-align: left;">packagePrice</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Long</td> <td>套餐价格</td> </tr> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>公司id</td> </tr> <tr> <td style="text-align: left;">companyName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>公司名称</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态0禁用1正常</td> </tr> <tr> <td style="text-align: left;">setEncoding</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>套餐编码</td> </tr> <tr> <td style="text-align: left;">standard</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>是否是标准版</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>回显、详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComPackageVersionController/queryByEncoding</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: { &amp;quot;id&amp;quot;: 3, &amp;quot;encoding&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;packageName&amp;quot;: &amp;quot;套餐名称2&amp;quot;, &amp;quot;companyId&amp;quot;: 1, &amp;quot;companyName&amp;quot;: &amp;quot;公司名称&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;remark&amp;quot;: &amp;quot;备注&amp;quot; }, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComPackageVersionController/updateComPackageVersion</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">versionName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>版本名称</td> </tr> <tr> <td style="text-align: left;">versionNum</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>版本号码</td> </tr> <tr> <td style="text-align: left;">unitPrice</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Long</td> <td>单价</td> </tr> <tr> <td style="text-align: left;">startArea</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>起步面积</td> </tr> <tr> <td style="text-align: left;">lunchArea</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>上限面积</td> </tr> <tr> <td style="text-align: left;">packagePrice</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Long</td> <td>套餐价格</td> </tr> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>公司id</td> </tr> <tr> <td style="text-align: left;">companyName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>公司名称</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态0禁用1正常</td> </tr> <tr> <td style="text-align: left;">setEncoding</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>套餐编码</td> </tr> <tr> <td style="text-align: left;">standard</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>是否是标准版</td> </tr> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>根据套餐编码查询套餐版本</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComPackageVersionController/queryVersionBySetEncoding</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">setEncoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>套餐编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: [ { &amp;quot;id&amp;quot;: 4, &amp;quot;encoding&amp;quot;: &amp;quot;20180713145543055K8M2T&amp;quot;, &amp;quot;versionName&amp;quot;: &amp;quot;套餐名称2&amp;quot;, &amp;quot;versionNum&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;unitPrice&amp;quot;: 22, &amp;quot;startArea&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;lunchArea&amp;quot;: &amp;quot;备注&amp;quot;, &amp;quot;packagePrice&amp;quot;: 22, &amp;quot;companyId&amp;quot;: 1, &amp;quot;companyName&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;setEncoding&amp;quot;: &amp;quot;20180713112721355G032F&amp;quot;, &amp;quot;standard&amp;quot;: 1 } ], &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>为套餐版本添加套餐信息 --套餐版本</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComVersionPropertiesController/comPackageVersionAddComPackageInformation</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">versionEncoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>套餐版本</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>批量修改value值(修改)--套餐</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComVersionPropertiesController/updateValueByEncoding</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>值</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>删除 --套餐版本</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/ComVersionPropertiesController/updateStatus</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML