guigui


删除商品列表

<p>[TOC]</p> <ul> <li>商品列表接口(筛选分页)</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://ggtools.thinkerx.com/erp/delete_product_list</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>必修的</td> <td>int</td> <td>商品id</td> </tr> <tr> <td>ids</td> <td>必修的</td> <td>int array</td> <td>都商品的id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "id":2 }</code></pre> <pre><code>{ "ids":[1,3] }</code></pre> <ul> <li>如果记录已成功更新,则状态将为1,您可以阅读已更新哪些记录的消息:</li> </ul> <pre><code>{ "status": 1, "msg": "请求成功!" }</code></pre>

页面列表

ITEM_HTML