Authored by sunjiexiang

修改历史订单秒数

... ... @@ -497,7 +497,7 @@
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | string | true | app.SpaceOrders.history| 请求方法 不可变 |
| uid | int | true | 1 | |
| uid | int | true | 1 |用户编号 |
| page | int | false | 1 | 页数 |
| limit | int | false | 10 | 每页大小 |
... ... @@ -506,60 +506,32 @@
{
"alg": "SALT_MD5",
"code": 200,
"data":
{
"list":
[
{
"brands":
[
{
"brandName": "BURANDO ENO",
"brandNameCn": "",
"brandNameEn": "BURANDO ENO",
"id": 519,
"saleType": 1,
"status": 1
}
],
"checkStatus": 100,
"createTime": 1448610631,
"id": 25,
"shopsId": 35,
"shopsName": "BURANDO ENO",
"shopsType": 1,
"status": 0,
"updateTime": 1449036789
"amount": "257.00",
"goods_data": "["\u7070\u8272V\u9886\u706f\u82af\u7ed2\u62fc\u8d34\u9488\u7ec7\u523a\u7ee3LOGO\u5f00\u80f8\u7ebf\u886b","L-HOUSE\u53cc\u9762\u62fc\u63a5\u9ed1\u767d\u671d\u9633\u683c\u56f4\u5dfe"]",
"order_code": "10380864",
"order_time": "1292069832",
"payment": "支付宝"
},
{
"brands":
[
{
"brandDomain": "jnby",
"brandName": "JNBY",
"brandNameCn": "",
"brandNameEn": "JNBY",
"id": 1026,
"saleType": 1,
"status": 1
}
],
"checkStatus": 100,
"createTime": 1445850968,
"id": 26,
"shopsId": 20,
"shopsName": "JNBY",
"shopsType": 1,
"status": 0,
"updateTime": 1456886841
"amount": "237.00",
"goods_data": "["Jasonwood\u5f69\u8272\u978b\u5e26\u5b54\u725b\u4ed4\u4f11\u95f2\u978b"]",
"order_code": "68971578",
"order_time": "1310435462",
"payment": "支付宝"
}
],
"page": 1,
"size": 10,
"total": 2,
"totalPage": 1
"total_page": 1
},
"md5": "684313284330ddc5e2951f7e979d5712",
"message": "ok"
}
... ... @@ -576,4 +548,4 @@
| order_time | string |下单时间 |
| amount | string | 订单金额 |
| payment | string | 支付方式 |
| goodsData | string | 订单商品 |
\ No newline at end of file
| goods_data | string | 订单商品 |
\ No newline at end of file
... ...