| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "err": 0,
- "res": {
- "id": 6553,
- "name": "联调",
- "startAt": 1667232000,
- "endAt": 1669737600,
- "status": "AVAILABLE",
- "creator": {
- "id": 271,
- "username": "kenny67nju"
- },
- "joined": false,
- "courseId": 52,
- "url": null,
- "problems": [
- {
- "id": 110,
- "name": "plus2",
- "type": "JAVA",
- "description": "plus2"
- },
- {
- "id": 113,
- "name": "hanoi",
- "type": "JAVA",
- "description": "汉诺塔问题"
- },
- {
- "id": 95,
- "name": "good-map-game-new",
- "type": "JAVA",
- "description": "面向对象"
- }
- ],
- "result": null,
- "created_at": 1667473399,
- "course": "基于Java的面向对象编程范式2022"
- }
- }
|