运营后台2.0


【小程序管理】【类目删除】

<p><strong>简要描述:</strong> </p> <ul> <li>类目删除</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li>测试环境 <code>/aggplat_mvc/miniRegisterController/deleteMiniProgramCategory.do</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>请求示例:</strong> { &quot;firstCategoryId&quot;:&quot;123&quot;, &quot;secondCategoryId&quot;:&quot;321&quot; }</p> <p><strong>权限:</strong></p> <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;">firstCategoryId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>一级类目id</td> </tr> <tr> <td style="text-align: left;">secondCategoryId</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>{ "respCode":"success", "respMsg":"通讯成功", "dataObjec":{ "status":2, "message":"" }, "datat":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;">status</td> <td style="text-align: left;">Int</td> <td>删除状态 2.成功 3.失敗</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">Int</td> <td>失敗原因</td> </tr> </tbody> </table>

页面列表

ITEM_HTML