AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
#### 删除购物车 ~~~[api] post:/cart/deleteGoodsCart goodsCartItemIds=[{cartId, childGoodsId}]#购物车ids(jsonString) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": {} } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~ #### 删除失效商品 ~~~[api] post:/cart/deleteFailureGoods userId=3191#用户id(int) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": {} } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~