huayandong

update doc api

... ... @@ -6,9 +6,18 @@
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/teacher/paperV1/getPaperSummary?access_token={{access_token}}
- Method: GET
- RequestParam:
- ResponseBody:
```json5
变量名 | 类型 | 说明
:--- | :--- | :---
status | String | 接口请求状态码:`status = SUCCESS`请求成功,`status = ERROR`请求失败
partList | Array.<number> | 培优课三个模块的返回体,三件套单词、三件套知识点、三件套阅读
```json
{
"status": "SUCCESS",
"partList": [
... ... @@ -80,7 +89,7 @@
- ResponseBody:
```json5
```json
{
"status": "SUCCESS",
"courseList": [
... ...