curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/orders?pageNo=1&pageSize=10'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"appId": 0,
"appUserId": 0,
"merchantId": 0,
"storeId": 0,
"orderNo": "",
"orderType": 0,
"totalAmount": 0,
"discountAmount": 0,
"voucherDeductAmount": 0,
"payAmount": 0,
"couponId": 0,
"voucherIds": "",
"payOrderId": 0,
"status": 0,
"payTime": "",
"completeTime": "",
"cancelTime": "",
"expireTime": "",
"verifyCode": "",
"deliveryStatus": 0,
"deliveryNo": "",
"remark": "",
"createTime": ""
}
]
}
}