mangadmin.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "code": 0
  3. ,"msg": ""
  4. ,"count": "100"
  5. ,"data": [{
  6. "id": "1001"
  7. ,"loginname": "admin"
  8. ,"telphone": "11111111111"
  9. ,"email": "111@qq.com"
  10. ,"role": "超级管理员"
  11. ,"jointime": "20150217"
  12. ,"check": true
  13. },{
  14. "id": "1002"
  15. ,"loginname": "common-1"
  16. ,"telphone": "22222222222"
  17. ,"email": "222@qq.com"
  18. ,"role": "管理员"
  19. ,"jointime": "20160217"
  20. ,"check": false
  21. },{
  22. "id": "1003"
  23. ,"loginname": "common-2"
  24. ,"telphone": "33333333333"
  25. ,"email": "333@qq.com"
  26. ,"role": "管理员"
  27. ,"jointime": "20161012"
  28. ,"check": false
  29. },{
  30. "id": "1004"
  31. ,"loginname": "common-3"
  32. ,"telphone": "44444444444"
  33. ,"email": "444@qq.com"
  34. ,"role": "管理员"
  35. ,"jointime": "20170518"
  36. ,"check": true
  37. },{
  38. "id": "1005"
  39. ,"loginname": "common-4"
  40. ,"telphone": "55555555555"
  41. ,"email": "555@qq.com"
  42. ,"role": "管理员"
  43. ,"jointime": "20180101"
  44. ,"check": false
  45. },{
  46. "id": "1006"
  47. ,"loginname": "common-5"
  48. ,"telphone": "66666666666"
  49. ,"email": "666@qq.com"
  50. ,"role": "管理员"
  51. ,"jointime": "20160217"
  52. ,"check": false
  53. },{
  54. "id": "1007"
  55. ,"loginname": "common-6"
  56. ,"telphone": "77777777777"
  57. ,"email": "777@qq.com"
  58. ,"role": "管理员"
  59. ,"jointime": "20161012"
  60. ,"check": false
  61. },{
  62. "id": "1008"
  63. ,"loginname": "common-7"
  64. ,"telphone": "88888888888"
  65. ,"email": "888@qq.com"
  66. ,"role": "管理员"
  67. ,"jointime": "20170518"
  68. ,"check": true
  69. },{
  70. "id": "1009"
  71. ,"loginname": "common-8"
  72. ,"telphone": "99999999999"
  73. ,"email": "999@qq.com"
  74. ,"role": "管理员"
  75. ,"jointime": "20180101"
  76. ,"check": false
  77. }]
  78. }