|
|
@@ -177,7 +177,7 @@ post /sum/:reviewId/argue/:groupId
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
- "checkList": Array<checkListItem>
|
|
|
+ "checkList": checkListItem
|
|
|
}
|
|
|
```
|
|
|
|
|
|
@@ -185,7 +185,7 @@ post /sum/:reviewId/argue/:groupId
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
- "checkList": Array<checkListItem>
|
|
|
+ "checkList": checkListItem
|
|
|
}
|
|
|
```
|
|
|
|
|
|
@@ -473,6 +473,8 @@ see DEFAULT
|
|
|
{
|
|
|
"id" : Number ,// checkListItem id,
|
|
|
"content" : String ,// 名称 | {2-100},
|
|
|
+ "teacherLevel" : Boolean,// 老师作出的评价
|
|
|
+ "teacherComment" : String,// 老师做出的备注 |
|
|
|
"explain" : String ,// 老师的说明 | {0-200},
|
|
|
"results" : // 各个小组的评价,
|
|
|
[
|