获取网页响应如下,包含两笔订单的json列表,怎么提取所有的快递信息 键"trackNo": "YT1852866599938",还有订单编号 键"orderId": "6922039288539077113",以及时间戳 键 "operateTime": 1695601048
尝试使用pandas,奈何不会编程,总是出错
,
{
"code": 0,
"msg": "",
"data": {
"list": [
{
"trackNo": "YT1822866596938",
"express": "yuantong",
"deliveryTime": 1695525440,
"packageState": "0",
"comment": "",
"exceptionList": [
{
"uniqIdTail": "",
"exceptionType": "DISPATCH_TRANS_EXCEPTION",
"exceptionSubType": "DISPATCH_TRANS_EXCEPTION",
"exceptionStatus": "work",
"exceptionDesc": "已超时14天21小时",
"dealState": "PENDING",
"reason": ""
},
{
"uniqIdTail": "",
"exceptionType": "DISTRIBUTION_EXCEPTION",
"exceptionSubType": "DISTRIBUTION_EXCEPTION",
"exceptionStatus": "work",
"exceptionDesc": "已超过标准时效14天",
"dealState": "PENDING",
"reason": ""
},
{
"uniqIdTail": "",
"exceptionType": "SUSPECTED_LOST_SELF",
"exceptionSubType": "SUSPECTED_LOST_SELF",
"exceptionStatus": "work",
"exceptionDesc": "",
"dealState": "PENDING",
"reason": ""
}
],
"expressName": "圆通快递",
"invalidOrderIds": "",
"businessModel": "3",
"orderList": [
{
"orderId": "6922039288538077013",
"skuOrderInfoList": [
{
"payAmount": 990,
"orderAmount": 990,
"skuOrderId": "6922039288538077013",
"itemOrderNum": 1,
"modifyAmount": 0,
"productId": 3640972646138700642,
"productName": "【彩虹专属】网红高颜值Tritan水杯大容量户外便携男女情侣创意简约直饮水杯子",
"productImg": "https://p3-aio.ecombdimg.com/img/ecom-shop-material/Wtxjljrn_m_149137fea3354dff05216c6d8c64da80_sx_4082704_www3024-3024~240x0.image",
"skuId": 1777818671425644,
"itemOriginAmount": 990,
"itemSumAmount": 990
}
],
"expCompensationAmount": 300,
"aftersaleId": "",
"tags": []
}
],
"pigeonDecision": "pass",
"pigeonRefuseReason": "成功",
"receiverNameSecret": "芮**",
"receiverTelSecret": "1********25",
"receiverAddressSecret": "江苏省南京市江宁区东山街道 新亭*路***号********单元***",
"lastRouteNode": {
"operateTime": 1695601048,
"siteName": "浙江省金华市义乌市下骆宅",
"siteType": "",
"content": "您的快件离开【浙江省金华市义乌市下骆宅】,已发往【义乌转运中心直营】",
"state": "已中转待派件"
},
"collectProvince": "浙江省",
"collectCity": "金华市",
"shopId": "20378720",
"expressStatus": "polling",
"expressTel": "95554"
},
{
"trackNo": "YT1823471810660",
"express": "yuantong",
"deliveryTime": 1695869473,
"packageState": "0",
"comment": "",
"exceptionList": [
{
"uniqIdTail": "",
"exceptionType": "DISPATCH_TRANS_EXCEPTION",
"exceptionSubType": "DISPATCH_TRANS_EXCEPTION",
"exceptionStatus": "work",
"exceptionDesc": "已超时10天21小时",
"dealState": "PENDING",
"reason": ""
},
{
"uniqIdTail": "",
"exceptionType": "DISTRIBUTION_EXCEPTION",
"exceptionSubType": "DISTRIBUTION_EXCEPTION",
"exceptionStatus": "work",
"exceptionDesc": "已超过标准时效9天",
"dealState": "PENDING",
"reason": ""
},
{
"uniqIdTail": "",
"exceptionType": "SUSPECTED_LOST_SELF",
"exceptionSubType": "SUSPECTED_LOST_SELF",
"exceptionStatus": "work",
"exceptionDesc": "",
"dealState": "PENDING",
"reason": ""
}
],
"expressName": "圆通快递",
"invalidOrderIds": "",
"businessModel": "3",
"orderList": [
{
"orderId": "6922147569343010355",
"skuOrderInfoList": [
{
"payAmount": 990,
"orderAmount": 1990,
"skuOrderId": "6922147569343010355",
"itemOrderNum": 1,
"modifyAmount": 0,
"productId": 3636195811672651806,
"productName": "复乐大容量不锈钢保温杯男女生便携提手时尚户外运动车载吸管水杯",
"productImg": "https://p3-aio.ecombdimg.com/img/ecom-shop-material/Wtxjljrn_m_10083b1aafaa3db7ad70731ea53058cb_sx_923430_www1500-1500~240x0.image",
"skuId": 1775556872732723,
"itemOriginAmount": 1990,
"itemSumAmount": 1990
}
],
"expCompensationAmount": 300,
"aftersaleId": "",
"tags": [
"FastRefundAlert"
]
}
],
"pigeonDecision": "pass",
"pigeonRefuseReason": "成功",
"receiverNameSecret": "马*",
"receiverTelSecret": "1********39",
"receiverAddressSecret": "河南省驻马店市新蔡县宋岗乡 腰庄村****",
"lastRouteNode": {
"operateTime": 1695944041,
"siteName": "浙江省金华市义乌市下骆宅",
"siteType": "",
"content": "您的快件离开【浙江省金华市义乌市下骆宅】,已发往【义乌转运中心直营】",
"state": "已中转待派件"
},
"collectProvince": "浙江省",
"collectCity": "金华市",
"shopId": "20378720",
"expressStatus": "polling",
"expressTel": "95554"
}
],
"total": 2,
"page": 1,
"pageSize": 10
}
}