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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  | { 
 |    "code": 0 
 |    ,"msg": "" 
 |    ,"count": "100" 
 |    ,"data": [{ 
 |      "id": "1001" 
 |      ,"loginname": "admin" 
 |      ,"telphone": "11111111111" 
 |      ,"email": "111@qq.com" 
 |      ,"role": "超级管理员" 
 |      ,"jointime": "20150217" 
 |      ,"check": true 
 |    },{ 
 |      "id": "1002" 
 |      ,"loginname": "common-1" 
 |      ,"telphone": "22222222222" 
 |      ,"email": "222@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20160217" 
 |      ,"check": false 
 |    },{ 
 |      "id": "1003" 
 |      ,"loginname": "common-2" 
 |      ,"telphone": "33333333333" 
 |      ,"email": "333@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20161012" 
 |      ,"check": false 
 |    },{ 
 |      "id": "1004" 
 |      ,"loginname": "common-3" 
 |      ,"telphone": "44444444444" 
 |      ,"email": "444@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20170518" 
 |      ,"check": true 
 |    },{ 
 |      "id": "1005" 
 |      ,"loginname": "common-4" 
 |      ,"telphone": "55555555555" 
 |      ,"email": "555@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20180101" 
 |      ,"check": false 
 |    },{ 
 |      "id": "1006" 
 |      ,"loginname": "common-5" 
 |      ,"telphone": "66666666666" 
 |      ,"email": "666@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20160217" 
 |      ,"check": false 
 |    },{ 
 |      "id": "1007" 
 |      ,"loginname": "common-6" 
 |      ,"telphone": "77777777777" 
 |      ,"email": "777@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20161012" 
 |      ,"check": false 
 |    },{ 
 |      "id": "1008" 
 |      ,"loginname": "common-7" 
 |      ,"telphone": "88888888888" 
 |      ,"email": "888@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20170518" 
 |      ,"check": true 
 |    },{ 
 |      "id": "1009" 
 |      ,"loginname": "common-8" 
 |      ,"telphone": "99999999999" 
 |      ,"email": "999@qq.com" 
 |      ,"role": "管理员" 
 |      ,"jointime": "20180101" 
 |      ,"check": false 
 |    }] 
 |  } 
 |  
  |