2.json 785 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "err": 0,
  3. "res": {
  4. "id": 6553,
  5. "name": "联调",
  6. "startAt": 1667232000,
  7. "endAt": 1669737600,
  8. "status": "AVAILABLE",
  9. "creator": {
  10. "id": 271,
  11. "username": "kenny67nju"
  12. },
  13. "joined": false,
  14. "courseId": 52,
  15. "url": null,
  16. "problems": [
  17. {
  18. "id": 110,
  19. "name": "plus2",
  20. "type": "JAVA",
  21. "description": "plus2"
  22. },
  23. {
  24. "id": 113,
  25. "name": "hanoi",
  26. "type": "JAVA",
  27. "description": "汉诺塔问题"
  28. },
  29. {
  30. "id": 95,
  31. "name": "good-map-game-new",
  32. "type": "JAVA",
  33. "description": "面向对象"
  34. }
  35. ],
  36. "result": null,
  37. "created_at": 1667473399,
  38. "course": "基于Java的面向对象编程范式2022"
  39. }
  40. }