Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. {
  2. "id": "1",
  3. "answer": [
  4. {
  5. "id": "1",
  6. "callback": {
  7. "do": "something"
  8. },
  9. "route": "user.login",
  10. "model": "User.Base",
  11. "code": 0,
  12. "msg": "",
  13. "length": 3,
  14. "entities": {
  15. "name": "2",
  16. "email": "2@lxh.com",
  17. "id": "46"
  18. }
  19. },
  20. {
  21. "id": "1",
  22. "callback": {
  23. "do": "something"
  24. },
  25. "route": "task.getTaskAllInfo",
  26. "code": 0,
  27. "msg": "",
  28. "length": 36,
  29. "entities": {
  30. "id": 69,
  31. "name": "testTask",
  32. "description": "this is test description",
  33. "creatorId": 46,
  34. "playerId": 46,
  35. "startTimePeriod": 0,
  36. "endTimePeriod": 0,
  37. "startTime": null,
  38. "endTime": null,
  39. "forecastDay": 0,
  40. "forecastHour": 0,
  41. "forecastStartDate": "2015-07-12",
  42. "forecastEndDate": "2015-07-15",
  43. "forecastStartTime": "14:00:00",
  44. "forecastEndTime": "18:00:00",
  45. "isDelay": 0,
  46. "isFullDay": 0,
  47. "parent": 0,
  48. "status": 1,
  49. "type": 1,
  50. "isCycle": 0,
  51. "cycleRule": null,
  52. "cycleEndTime": null,
  53. "cycleStartTime": null,
  54. "cycleType": 0,
  55. "location": "",
  56. "isRecycle": 0,
  57. "createdAt": "2015-06-17 10:43:15",
  58. "createdBy": 46,
  59. "updatedAt": null,
  60. "updatedBy": 0,
  61. "isValid": 1,
  62. "timezone": 0,
  63. "taskUser": [
  64. {
  65. "userId": 46,
  66. "taskId": 69,
  67. "relationshipType": 1,
  68. "email": "2@lxh.com",
  69. "avatar": null
  70. },
  71. {
  72. "userId": 46,
  73. "taskId": 69,
  74. "relationshipType": 3,
  75. "email": "2@lxh.com",
  76. "avatar": null
  77. }
  78. ],
  79. "operation": [],
  80. "commit": [
  81. {
  82. "id": 2,
  83. "type": 1,
  84. "userId": 46,
  85. "taskId": 69,
  86. "content": "HEHE",
  87. "createdAt": "2015-07-14 01:00:00",
  88. "createdBy": 46,
  89. "user": {
  90. "id": 46,
  91. "name": "2",
  92. "local": "zh_cn",
  93. "email_r": "2@lxh.com",
  94. "customAvatar": null
  95. }
  96. },
  97. {
  98. "id": 1,
  99. "type": 1,
  100. "userId": 46,
  101. "taskId": 69,
  102. "content": "hah",
  103. "createdAt": "2015-07-14 00:00:00",
  104. "createdBy": 46,
  105. "user": {
  106. "id": 46,
  107. "name": "2",
  108. "local": "zh_cn",
  109. "email_r": "2@lxh.com",
  110. "customAvatar": null
  111. }
  112. }
  113. ]
  114. }
  115. }
  116. ]
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement