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