You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-app/mock/orderList.json

40 lines
733 B

{
"code": "SUCCESS",
"message": "操作成功",
"traceId": null,
"data": {
"records": [
{
"orderId": null,
"orderStatus": null,
"orderStatusDesc": null,
"totalAmount": null,
"payAmount": null,
"products": [
{
"orderProductId": null,
"orderId": null,
"productId": null,
"productSkuId": null,
"productName": null,
"productImageUrl": null,
"skuDescribe": null,
"quantity": null,
"realAmount": null,
"detailStatus": null,
"detailStatusDesc": null
}
]
}
],
"total": 0,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 0
}
}