curl --location --request GET 'http://139.198.190.189:58080/app-api/trade/order/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"no": "1146347329394184195",
"type": 0,
"status": 1,
"productCount": 10,
"commentStatus": true,
"createTime": "2019-08-24T14:15:22.123Z",
"payOrderId": 1024,
"payPrice": 1000,
"deliveryType": 1,
"items": [
{
"id": 1,
"orderId": 1024,
"spuId": 1,
"spuName": "芋道源码",
"skuId": 1,
"properties": [
100
],
"picUrl": "https://www.iocoder.cn/1.png",
"count": 1,
"commentStatus": true,
"price": 100,
"payPrice": 50,
"afterSaleId": 1024,
"afterSaleStatus": 1
}
]
}
],
"total": 0
},
"msg": "string"
}