CICP

以客户为中心的数智协作平台


批量删除购物车商品

<h3>请求路由url</h3> <p>/api/cart/delete</p> <h3>请求方式</h3> <p>get|post</p> <h3>请求参数</h3> <table> <thead> <tr> <th style="text-align: center;"><strong> 参数 </strong></th> <th style="text-align: center;"><strong> 说明 </strong></th> <th style="text-align: center;"><strong> 类型 </strong></th> <th style="text-align: center;"><strong> 是否必要 </strong></th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">token</td> <td style="text-align: center;">登录时返回的token</td> <td style="text-align: center;">string</td> <td style="text-align: center;">是</td> </tr> <tr> <td style="text-align: center;">goods_spec_ids</td> <td style="text-align: center;">商品规格</td> <td style="text-align: center;">int</td> <td style="text-align: center;">是</td> </tr> </tbody> </table> <h3>goods_spec_ids 请求参数</h3> <table> <thead> <tr> <th style="text-align: center;"><strong> 参数 </strong></th> <th style="text-align: center;"><strong> 说明 </strong></th> <th style="text-align: center;"><strong> 类型 </strong></th> <th style="text-align: center;"><strong> 是否必要 </strong></th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">goods_spec_id</td> <td style="text-align: center;">商品规格id</td> <td style="text-align: center;">int</td> <td style="text-align: center;">是</td> </tr> <tr> <td style="text-align: center;">is_prepay_send_goods</td> <td style="text-align: center;">是否为赠品:0 不是,1 是</td> <td style="text-align: center;">int</td> <td style="text-align: center;">是</td> </tr> </tbody> </table> <h3>请求结果</h3> <pre><code class="language-json">{ "code": 1,//1操作成功0失败 "msg": "操作成功", "time": "1641987057", "data": null }</code></pre> <h3>备注</h3>

页面列表

ITEM_HTML