🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 接口情况 作者:Luffy * * * * * 时间:2015年5月15日 15:09:40 * * * * * 作用:获取购物车商品 * * * * * 说明:获取购物车商品,返回的数据中带有version作为当前版本号。提交的参数中如果有版本号,则会匹配数据库中是否有更新的版本,如果有则返回最新数据 * * * * * 提交方法:POST/GET * * * * * ##提交参数: ~~~ mobile:手机号码 os:系统 key:加密后的签名 sign:签名 version:版本 ~~~ ## 所在文件: > /app/lingsqapi/lib/api/order.php ## 接口地址: ~~~ http://test.lingsq.com/index.php/api?debug=1&method=lingsqapi.api.order.getCart ~~~ ###返回参数说明: 主要是data中的参数 ~~~ num:购物车中商品总数 total_price:购物车中商品总价 goods:商品信息 ~~~ 商品信息中返回参数说明如下: ~~~ goods_id:商品id product_id:货号 name:商品名称 price:商品单价 num:商品数量 total_price:商品总价 ~~~ ## 请求示例: > http://test.lingsq.com/index.php/api?debug=1&method=lingsqapi.api.order.getCart&mobile=18507907279&os=ios&key=xxxxx&version=1432806359 * * * * * {"data":{"goods":[{"goods_id":"202","name":"\u767d\u841d\u535c","price":"2.600","num":"2","addTime":"2015-05-28 17:49:31","image":"http:\/\/test.lingsq.com\/public\/images\/store76\/dc\/dc\/ea\/e32fa009b38c35db58b1d089d544e991.jpg?1427447838#h","total_price":5.2},{"goods_id":"239","name":"\u897f\u6d0b\u83dc","price":"7.800","num":"3","addTime":"2015-05-28 17:49:31","image":"http:\/\/test.lingsq.com\/public\/images\/store76\/0b\/99\/fe\/cc6ffb63749ac7d7c4bdbf0adea9dcad.png?1427605581#h","total_price":23.4},{"goods_id":317,"name":"\u597d\u591a\u9c7c\u6d77\u82d434g","price":"3.900","num":"1","addTime":"2015-05-28 17:45:57","image":"http:\/\/test.lingsq.com\/public\/images\/store76\/f1\/a0\/85\/d92b11bee2202e533f88ebbb8e02246d.jpg?1427971519#h","total_price":3.9},{"goods_id":322,"name":"\u78e8\u53e4\u529b48g\u5de7\u514b\u529b","price":"4.000","num":"1","addTime":"2015-05-28 17:45:59","image":"http:\/\/test.lingsq.com\/public\/images\/store76\/c2\/2d\/37\/10524725c20132b7a9d3dc4f38a89c06.jpg?1428029680#h","total_price":4}],"num":7,"total_price":0,"version":1432806571},"errNo":"1","errMsg":"ok","res":""} [点击查看文档http://www.kancloud.cn/ncgis/shope](http://www.kancloud.cn/ncgis/shopex/codemsgpex/codemsg)