{
"pageNo": 1,
"pageSize": 15,
"channelId": "TANMA",
"startDate":"2021-12-30 00:00:00",
"endDate":"2021-12-30 23:59:59"
}
curl --location --request POST '/order/list/get' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 15,
"channelId": "TANMA",
"startDate":"2021-12-30 00:00:00",
"endDate":"2021-12-30 23:59:59"
}'
{
"code": 0,
"message": "success",
"data": {
"currentPage": 1,
"pageSize": 1,
"totalPage": 1,
"totalCount": 1,
"orderListRecordList": [
{
"id": "452228177760320",
"customer_id": 423525856708672,
"channel_id": "TANMA",
"channel_name": "探马商城",
"shop_id": null,
"shop_name": null,
"order_id": "452228177760320",
"order_time": "2021-12-30 17:22:19",
"sales_id": 423705018325248,
"sales_name": "白立宏",
"discount_fee": 0,
"order_price": 0.01,
"status": 3,
"remark": null,
"order_type": 1,
"create_order_type": 2,
"post_fee": 0,
"goods_list_records": [
{
"itemPlatformUrl": null,
"olnItemName": "1228002实体2",
"itemImageUrl": null,
"payment": 0.01,
"price": 0.01,
"isGift": null,
"num": 1,
"skuCode": null,
"olnSkuId": "452088293503040",
"salePrice": null,
"id": 18502,
"state": null
}
],
"pay_time": "2021-12-30 17:22:25",
"send_time": "2021-12-30 19:18:05",
"receiver": "白立宏",
"receiver_phone": "15236523652",
"transaction_id": "4200001316202112303669516480",
"refundState": null,
"refundType": null,
"mallAddressBO": {
"receiverProvince": "北京市",
"receiverCity": "北京市",
"receiverRegion": "东城区",
"receiverAddress": "高举旗帜婆婆",
"receiverName": "白立宏",
"receiverMobile": "15236523652"
},
"logisticsCompany": "顺丰速运",
"logisticsOrderNo": "1234567890",
"contact_avatar": null,
"contact_name": null,
"company_id": null,
"is_customer": 1,
"qw_remark": "须臾",
"customer_name": null,
"wechat_nickname": "须臾",
"wechat_avatar": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM61oicZG0CQ07fRTyokAhdPNravKxmWpolBH4iaIqf1wp3Q/0",
"corp_name": null,
"corp_name_short": null,
"customDefine": null,
"goodsDefineField": [
{
"id": 479276664946304,
"fieldName": "树枝",
"values": ""
},
{
"id": 479276603938496,
"fieldName": "多行-哈哈",
"values": ""
},
{
"id": 479276648203904,
"fieldName": "时间",
"values": ""
},
{
"id": 479276625852032,
"fieldName": "日期",
"values": ""
},
{
"id": 479287803127488,
"fieldName": "多行文本",
"values": ""
}
]
}
]
}
}