订单详情
GET
/order/trade请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
totalAmount
integer
必需
cartVoList
array [object {9}]
必需
totalCount
integer
必需
示例
{
"code": 46,
"message": "magna ex dolor amet aliquip",
"data": {
"totalAmount": 48,
"cartVoList": [
{
"goodsId": 66,
"name": "几论据速无",
"imageUrl": "http://dummyimage.com/400x400",
"price": 89,
"count": 58,
"blessing": "consequat officia est dolore ad",
"isChecked": 86,
"createTime": "1986-05-24 09:06:35",
"updateTime": "2013-01-12 16:24:26"
},
{
"goodsId": 24,
"name": "果还相精地",
"imageUrl": "http://dummyimage.com/400x400",
"price": 21,
"count": 62,
"blessing": "commodo",
"isChecked": 47,
"createTime": "1986-04-26 14:33:25",
"updateTime": "1993-12-03 21:19:59"
},
{
"goodsId": 78,
"name": "委四放图队",
"imageUrl": "http://dummyimage.com/400x400",
"price": 46,
"count": 16,
"blessing": "ea Excepteur Lorem incididunt",
"isChecked": 90,
"createTime": "2001-03-18 21:38:08",
"updateTime": "1970-10-28 11:57:46"
},
{
"goodsId": 98,
"name": "步步文斗听拉",
"imageUrl": "http://dummyimage.com/400x400",
"price": 9,
"count": 84,
"blessing": "do ullamco velit anim pariatur",
"isChecked": 60,
"createTime": "1993-10-20 18:01:27",
"updateTime": "2013-07-03 10:03:57"
}
],
"totalCount": 23
}
}
最后修改时间: 1 年前