-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path1.json
62 lines (62 loc) · 1.2 KB
/
1.json
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
55
56
57
58
59
60
61
62
{
"MerchantId": "111",
"MerchantName": "河南移动测试商户",
"state": 1,
"shopList": [
{
"shopId": "s1",
"shopName": "手机店",
"state": 1,
"brands": [
{
"brandNum": "b1",
"brandName": "海尔"
},
{
"brandNum": "b2",
"brandName": "小米"
},
{
"brandNum": "b2",
"brandName": "长虹"
}
],
"goodTypes": [
{
"typeId": "t1",
"typeName": "手机通讯",
"level": 1,
"parentId": 0
},
{
"typeId": "t2",
"typeName": "手机",
"level": 2,
"parentId": "t1"
},
{
"typeId": "t3",
"typeName": "智能手机",
"level": 3,
"parentId": "t2"
}
],
"goodList": [
{
"goodId": "g1",
"goodName": "小米1 6+128",
"brandNum": "b2",
"state": 1,
"typeId": "t3"
},
{
"goodId": "g2",
"goodName": "小米1 4+64",
"brandNum": "b2",
"state": 1,
"typeId": "t3"
}
]
}
]
}