## 接口情況
作者: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.hmoore.net/ncgis/shope](http://www.hmoore.net/ncgis/shopex/codemsgpex/codemsg)
- 手機是否使用驗證接口
- 返回碼所代表的含義
- 發送手機驗證碼接口
- 用戶注冊接口
- 獲取商品所有分類
- 獲取商品列表
- 用戶登陸接口
- 獲取商品詳細信息
- 獲取產品圖文詳情
- 獲取商品評論列表
- 獲取推薦商品
- 獲取找回密碼短信
- 重置密碼
- 獲取每日特惠商品
- 獲取輪播圖
- 用戶中心首頁
- 獲取用戶收藏商品
- 刪除用戶收藏商品
- 獲取所有訂單(所有訂單、代付款訂單、待收貨訂單、退換貨訂單)
- 加入購物車
- 獲取購物車商品
- 刪除購物車商品
- 購物車商品移入收藏夾
- 添加收貨地址
- 獲取用戶收貨地址
- 添加用戶收藏
- 提交訂單
- 填寫訂單
- 退出登錄
- 確認支付成功(正在驗證支付狀態)
- 驗證自動登陸
- 獲取訂單詳情
- 設置默認收貨地址
- 刪除收貨地址
- 修改收貨地址