Showing
1 changed file
with
3 additions
and
3 deletions
@@ -177,6 +177,6 @@ public class MemberSummary implements BeanToJson { | @@ -177,6 +177,6 @@ public class MemberSummary implements BeanToJson { | ||
177 | } | 177 | } |
178 | ``` | 178 | ``` |
179 | 179 | ||
180 | -> 学生有权限: "status": "SUCCESS"; | 180 | +> 学生有权限: status="SUCCESS"; |
181 | -> 学生没有权限: "status": "ERROR", type="USER_NO_TEXTBOOK_WORD_AUTH"; | 181 | +> 学生没有权限: status="ERROR", type="USER_NO_TEXTBOOK_WORD_AUTH"; |
182 | -> 课程不是四会单词课: "status": "ERROR", type="COURSE_NOT_TEXTBOOK_WORD"; | 182 | +> 课程不是四会单词课: status="ERROR", type="COURSE_NOT_TEXTBOOK_WORD"; |
-
Please register or login to post a comment