Showing
1 changed file
with
24 additions
and
0 deletions
@@ -31,6 +31,30 @@ | @@ -31,6 +31,30 @@ | ||
31 | 纸质作业 四会单词课 | PAPER_TEXTBOOK_WORD | - | 31 | 纸质作业 四会单词课 | PAPER_TEXTBOOK_WORD | - |
32 | 32 | ||
33 | 33 | ||
34 | +> 原有的权限校验接口 | ||
35 | + | ||
36 | +- 接口1:教材同步课(同步单词/同步知识点)权限校验: | ||
37 | + URL: /member/info/checkBasicCourseInfo | ||
38 | + 参数:courseId | ||
39 | + | ||
40 | +- 接口2:四会单词课权限校验接口: | ||
41 | + URL: /paper/textbook/getTextbookCourseAuth | ||
42 | + 参数:courseId | ||
43 | + | ||
44 | +- 接口3:basic同步课,听说练习模块权限校验接口 | ||
45 | + URL: /member/info/checkSpeakingCourseAuth | ||
46 | + 参数:courseId、classType | ||
47 | + | ||
48 | +- 接口4:中学核心单词、中考考纲单词 课程权限校验接口 | ||
49 | + URL: /member/info/courseAuthCheck/coreWord | ||
50 | + 参数:courseId、classType | ||
51 | + | ||
52 | +- 接口5:三件套课程权限校验接口 | ||
53 | + URL: /member/info/checkPaperV1Info | ||
54 | + 参数:courseId、paperType | ||
55 | + | ||
56 | + | ||
57 | + | ||
34 | - RequestBody: | 58 | - RequestBody: |
35 | 59 | ||
36 | 60 |
-
Please register or login to post a comment