curl --location --request GET '/v2/order/source/2' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"limit":10
}'{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"sn": "string",
"source": 0,
"logisticFee": 0,
"goodsFee": 0,
"goodsStatus": 0,
"orderStatus": 0,
"isRefund": true,
"goods": [
{
"sn": "string",
"goodsId": 0,
"sku": 0,
"skuName": "string",
"image": "string",
"name": "string",
"number": 0,
"price": 0,
"refundTime": 0,
"createdTime": 0,
"payStatus": 0,
"deliverName": "string",
"deliverNo": "string",
"isApply": 0
}
],
"deliverTime": 0,
"createdTime": 0,
"thirdSn": "string",
"address": {
"consignee": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string",
"street": "string",
"description": "string"
}
}
],
"total": 0
}
}