Files
huishou/server/data/orders.json
T
2026-07-27 14:07:26 +08:00

77 lines
1.6 KiB
JSON

[
{
"id": "1782434647652hscqn67tv",
"items": [
{
"category": "002",
"name": "金属",
"weight": 5,
"unit": "kg",
"price": 2.5,
"amount": 12.5
}
],
"totalAmount": 12.5,
"city": "天津市",
"district": "高新区",
"community": "金融街融汇景苑",
"user": "西味老陕",
"status": "pending",
"createTime": "2026-06-26T00:44:07.652Z"
},
{
"id": "178243519329321kbhahlg",
"items": [
{
"category": "001",
"name": "纸类",
"weight": 2,
"unit": "kg",
"price": 1.2,
"amount": 2.4
}
],
"totalAmount": 2.4,
"city": "天津市",
"district": "西青区",
"community": "华兴里",
"status": "pending",
"createTime": "2026-06-26T00:53:13.293Z"
},
{
"id": "1782454119840ugkad4apy",
"items": [
{
"category": "006",
"name": "塑料瓶",
"weight": 200,
"unit": "kg",
"price": 0.5,
"amount": 100
}
],
"totalAmount": 100,
"city": "天津市",
"district": "西青区",
"community": "华兴里",
"status": "pending",
"createTime": "2026-06-26T06:08:39.840Z"
},
{
"id": "1782454127255iagye81ri",
"items": [
{
"category": "003",
"name": "易拉罐",
"weight": 2,
"unit": "kg",
"price": 8,
"amount": 16
}
],
"totalAmount": 16,
"city": "天津市",
"status": "pending",
"createTime": "2026-06-26T06:08:47.255Z"
}
]