Ver Fonte

分离老师评价

XuShengTao há 7 anos atrás
pai
commit
7159116f78
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      review/api/Review-互评.md

+ 4 - 2
review/api/Review-互评.md

@@ -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" : // 各个小组的评价,
   [