huayandong

update doc api

... ... @@ -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 标识当前学期有三件套课程
... ...