Ver Fonte

[新增] 查看小组详情

Kunduin há 7 anos atrás
pai
commit
96a6afe978
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      course/api/Group-小组.md

+ 16 - 0
course/api/Group-小组.md

@@ -79,3 +79,19 @@ get /
 ```
 ```
 
 
 see [GroupSerializer](../serializer/GroupSerializer.md)
 see [GroupSerializer](../serializer/GroupSerializer.md)
+
+## 查看小组详情
+
+[STUDENT,TEACHER]
+
+```http
+get /:groupId
+```
+
+### Response
+
+```json
+{
+  "data": GroupSerializer
+}
+```