-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
60 lines (60 loc) · 1.71 KB
/
data.json
File metadata and controls
60 lines (60 loc) · 1.71 KB
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
{
"code": "1",
"message": "success",
"data": [
{
"id": 1,
"name": "谢斌",
"image": "https://shand001.github.io/my-images/home-bottom/%E5%90%8D%E5%B8%88%E9%A3%8E%E9%87%87.png",
"gender": 1,
"job": "班主任",
"entrydate": "2008-05-09",
"updatetime": "2022-10-01 12:00:00"
},
{
"id": 2,
"name": "李华",
"image": "https://shand001.github.io/my-images/home-bottom/%E5%AD%A6%E7%94%9F%E5%B1%95%E7%A4%BA.png",
"gender": 0,
"job": "语文老师",
"entrydate": "2010-09-01",
"updatetime": "2023-01-15 09:30:00"
},
{
"id": 3,
"name": "王强",
"image": "https://shand001.github.io/my-images/home-bottom/%E7%A7%AF%E5%88%86%E5%95%86%E5%9F%8E.png",
"gender": 1,
"job": "数学老师",
"entrydate": "2012-07-12",
"updatetime": "2023-03-21 14:45:00"
},
{
"id": 4,
"name": "周玲",
"image": "https://shand001.github.io/my-images/home-bottom/%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC.png",
"gender": 0,
"job": "英语老师",
"entrydate": "2015-03-18",
"updatetime": "2023-05-02 08:20:00"
},
{
"id": 5,
"name": "赵鹏",
"image": "https://shand001.github.io/my-images/home-bottom/%E8%AF%BE%E7%A8%8B%E4%BB%8B%E7%BB%8D.png",
"gender": 1,
"job": "物理老师",
"entrydate": "2011-11-05",
"updatetime": "2023-07-09 17:10:00"
},
{
"id": 6,
"name": "刘娟",
"image": "https://shand001.github.io/my-images/home-bottom/%E8%AF%BE%E7%A8%8B%E5%A4%A7%E7%BA%B2.png",
"gender": 0,
"job": "化学老师",
"entrydate": "2013-04-26",
"updatetime": "2023-08-18 10:05:00"
}
]
}