100.制作一些数据
put /goods/fruit/1
{
"name":"xiangjiao",
"describe":"haochi tian",
"price":40,
"producer":"feilvbin",
"tags":["xiangjiao","haochi"]
}
put /goods/fruit/2
{
"name":"pingguo",
"describe":"cui",
"price":60,
"producer":"zhongguo",
"tags":["haokan","xiang"]
}
put /goods/fruit/3
{
"name":"lizi",
"describe":"zide",
"price":10,
"producer":"zhongguo",
"tags":["suan","tian"]
}
put /goods/fruit/4
{
"name":"boluo",
"describe":"getouda",
"price":74,
"producer":"malaxiya",
"tags":["huang","youci"]
}
put /goods/fruit/5
{
"name":"mihoutao",
"describe":"suan",
"price":45,
"producer":"xinxilan",
"tags":["lv","huang"]
}
put /goods/fruit/6
{
"name":"xigua",
"describe":"haochi",
"price":109,
"producer":"zhongguo",
"tags":["da","haochi"]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
上次更新: 2024/3/13 15:35:10