多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#### 更新购物车 ~~~[api] post:/cart/updateGoodsCart id=1#购物车id(int) userId=3191#用户id(int) childGoodsId=1234#商品详细id(string) count =10#数量(int) price=1.05#单价(double) totalPrice=10.5#总价(double) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": { unitPrice, totalPrice, inventory } } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~