|
@@ -214,7 +214,7 @@ get /sum/:reviewId
|
|
|
```json
|
|
```json
|
|
|
{
|
|
{
|
|
|
"detail": ReviewDetailSerializer,
|
|
"detail": ReviewDetailSerializer,
|
|
|
- "finishPerdentage": Double, //完成比例
|
|
|
|
|
|
|
+ "finishPercentage": Double, //完成比例
|
|
|
// 学生id和checkList通过数给前端
|
|
// 学生id和checkList通过数给前端
|
|
|
"studentIdCheckListAcceptNumMap": { [groupId]: [checkListNum]},
|
|
"studentIdCheckListAcceptNumMap": { [groupId]: [checkListNum]},
|
|
|
"
|
|
"
|