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-12 21:54:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a1216068e41352156964f8676e79dfb7a1d70def
a1216068
1 parent
72ed30b0
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
a121606
...
...
@@ -311,3 +311,46 @@ public class MemberSummary implements BeanToJson {
```
##### 11. 【APP接口】首页三件套接口增加参数
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=oWUfnKV2ju&appIsNewVersion=true
-
Method: GET
-
RequestBody
```
json5
{
"appIsAdvancedPaper":"true"
}
```
-
ResponseBody
```
json5
{
"paperGradeIsPublic": false,
"title": "听说读写综合学练",
"sectionList": [
{
"typeDesc": "智能单词课",
"courseTypeV3": "WORD",
"amountCourse": 20,
"amountFresh": 0,
"courseName": "初中九年级下核心单词1",
"courseCover": "1edd60a0b61a0a2e50639ab2625ed4a5",
"nationalKnowledge": []
},
{
"typeDesc": "语言点智能学习课",
"courseTypeV3": "KNOWLEDGE",
"amountCourse": 48,
"amountFresh": 0,
"courseName": "如何表达“一方面...另一方面...”?",
"courseCover": "282ac93b640647c0562f6d764a30ade5",
"nationalKnowledge": []
}
]
}
```
> `paperGradeIsPublic`: false 标识当年年级没有三件套,true 标识当前学期有三件套课程
...
...
Please
register
or
login
to post a comment