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-06-30 17:46:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e087770fae820dab94e400b41c4240c1e5a3960f
e087770f
1 parent
83eb2f3c
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
app-v13.3.0/13.3.0.md
app-v13.3.0/13.3.0.md
View file @
e087770
...
...
@@ -36,4 +36,30 @@
##### 4. 【APP接口】三件套APP课程列表 和 四会课课程列表 返回数据中增加纸质作业完成状态,和三件套的类型
> 接口URL:`{{localhost}}/boxfish-online-card/member/info/getPaperV1BookDetail` <br/>
和
`{{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseList`
\ No newline at end of file
和
`{{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseList`
##### 5. 上课课程类型 及 名称
```
text
// 公开课 中教
CLASS_OPEN_CN,
// 公开课 外教
CLASS_OPEN_US,
// 公开课 大师
CLASS_OPEN_MASTER,
// 公开课 推广
CLASS_OPEN_PROMOTION,
// 班课 中教 1对多
CLASS_SMALL_CN,
// 班课 外教 1对多
CLASS_SMALL_US,
// 班课 外教 1对1
CLASS_ONLINE_US_0101,
// Alex大班课
CLASS_ONLINE_US_010N;
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment