合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 购物车更新商品数量 /** * 购物车更新商品数量 * http_method post * @param $cart_id 购物车id * @param $quantity 数量 * @author 韩文博 */ +++ get:/Cart/edit <<< success { "errcode": 0, "errmsg": "操作成功", "data": { "state": "true", "subtotal": 844, "goods_price": "422.00", "goods_num": 2 } } <<< error +++