Showing
1 changed file
with
2 additions
and
2 deletions
@@ -42,8 +42,8 @@ textbookType | 枚举 | 教材分类,目前只有`PAPER_TEXTBOOK_WORD`单词 | @@ -42,8 +42,8 @@ textbookType | 枚举 | 教材分类,目前只有`PAPER_TEXTBOOK_WORD`单词 | ||
42 | ```json | 42 | ```json |
43 | { | 43 | { |
44 | "typeDesc": "智能同步四会单词课", | 44 | "typeDesc": "智能同步四会单词课", |
45 | - "textbookType": "PAPER_TEXTBOOK_WORD", | 45 | + "courseTypeV3": "PAPER_TEXTBOOK_WORD", |
46 | - "textbookList": [] | 46 | + "paperList": [] |
47 | } | 47 | } |
48 | ``` | 48 | ``` |
49 | 49 |
-
Please register or login to post a comment