Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-05-27 16:21:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f87ab1dc1df4d275b6ab01a59006c2694ac2da1
0f87ab1d
1 parent
64f9c733
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
0f87ab1
...
...
@@ -155,7 +155,7 @@ public class MemberSummary implements BeanToJson {
-
ResponseBody
#####
6
. 【APP接口】四会课程 进课前检查是否有课程权限接口
#####
7
. 【APP接口】四会课程 进课前检查是否有课程权限接口
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseAuth?access_token={{token}}
-
Method: POST
...
...
@@ -179,4 +179,31 @@ public class MemberSummary implements BeanToJson {
> 学生有权限: status="SUCCESS";
> 学生没有权限: status="ERROR", type="USER_NO_TEXTBOOK_WORD_AUTH";
> 课程不是四会单词课: status="ERROR", type="COURSE_NOT_TEXTBOOK_WORD";
\ No newline at end of file
> 课程不是四会单词课: status="ERROR", type="COURSE_NOT_TEXTBOOK_WORD";
##### 8. 【APP接口】basic课程 进课前检查是否有课程权限接口
-
URL: {{localhost}}/boxfish-online-card/member/info/checkBasicCourseInfo?access_token={{token}}
-
Method: POST
-
RequestBody
```
json
{
"courseId"
:
"L3NoYXJlL3N2bi9MZXZlbCAyX0Z1bmN0aW9uMS8wMDEu5aaC5L2V6KGo6L6-4oCc5pep5LiK5aW94oCd77yfLnhsc3g"
}
```
-
ResponseBody
```
json
{
"status"
:
"ERROR"
,
"type"
:
"TO_PAY"
,
"message"
:
"您没有购买此年级的教材版本。"
}
```
> status = 'SUCCESS',学生有权限;status = 'ERROR',没有权限
> type = 'type',没有购买该课程
\ No newline at end of file
...
...
Please
register
or
login
to post a comment