72 lines
1.2 KiB
JSON
72 lines
1.2 KiB
JSON
[
|
|
{
|
|
"category": "001",
|
|
"name": "纸类(书本)",
|
|
"unit": "kg",
|
|
"price": 1.2,
|
|
"icon": "paper"
|
|
},
|
|
{
|
|
"category": "002",
|
|
"name": "纸类(纸板)",
|
|
"unit": "kg",
|
|
"price": 1.0,
|
|
"icon": "paper"
|
|
},
|
|
{
|
|
"category": "003",
|
|
"name": "金属(铜)",
|
|
"unit": "kg",
|
|
"price": 25.0,
|
|
"icon": "metal"
|
|
},
|
|
{
|
|
"category": "004",
|
|
"name": "金属(铁)",
|
|
"unit": "kg",
|
|
"price": 2.5,
|
|
"icon": "metal"
|
|
},
|
|
{
|
|
"category": "005",
|
|
"name": "金属(铝)",
|
|
"unit": "kg",
|
|
"price": 8.0,
|
|
"icon": "metal"
|
|
},
|
|
{
|
|
"category": "006",
|
|
"name": "金属(其他)",
|
|
"unit": "kg",
|
|
"price": 3.0,
|
|
"icon": "metal"
|
|
},
|
|
{
|
|
"category": "007",
|
|
"name": "塑料(瓶子)",
|
|
"unit": "kg",
|
|
"price": 0.5,
|
|
"icon": "plastic"
|
|
},
|
|
{
|
|
"category": "008",
|
|
"name": "塑料(其他)",
|
|
"unit": "kg",
|
|
"price": 3.0,
|
|
"icon": "plastic"
|
|
},
|
|
{
|
|
"category": "009",
|
|
"name": "织物",
|
|
"unit": "kg",
|
|
"price": 0.8,
|
|
"icon": "fabric"
|
|
},
|
|
{
|
|
"category": "010",
|
|
"name": "玻璃",
|
|
"unit": "kg",
|
|
"price": 0.3,
|
|
"icon": "glass"
|
|
}
|
|
] |