curl --location --request GET '/appMark/goodsOrder/allOrderNew'
{
"total": 0,
"rows": [
{
"orderId": 0,
"orderCode": "string",
"createTime": "2019-08-24T14:15:22Z",
"orderStatus": 0,
"orderState": 0,
"refundStatus": 0,
"refundApplyStatus": 0,
"receivingType": "string",
"receivingStation": "string",
"receivingStationName": "string",
"receivingAddress": "string",
"submitTime": "2019-08-24T14:15:22Z",
"orderAmount": 0,
"totalAmount": 0,
"orderGoodsNames": "string",
"orderGoodsImages": "string",
"goodsImagesList": [
"string"
]
}
],
"code": 0,
"msg": "string"
}