Showing
1 changed file
with
43 additions
and
0 deletions
@@ -311,3 +311,46 @@ public class MemberSummary implements BeanToJson { | @@ -311,3 +311,46 @@ public class MemberSummary implements BeanToJson { | ||
311 | ``` | 311 | ``` |
312 | 312 | ||
313 | 313 | ||
314 | +##### 11. 【APP接口】首页三件套接口增加参数 | ||
315 | + | ||
316 | +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=oWUfnKV2ju&appIsNewVersion=true | ||
317 | +- Method: GET | ||
318 | + | ||
319 | +- RequestBody | ||
320 | +```json5 | ||
321 | +{ | ||
322 | + "appIsAdvancedPaper":"true" | ||
323 | +} | ||
324 | +``` | ||
325 | + | ||
326 | + | ||
327 | +- ResponseBody | ||
328 | + | ||
329 | +```json5 | ||
330 | +{ | ||
331 | + "paperGradeIsPublic": false, | ||
332 | + "title": "听说读写综合学练", | ||
333 | + "sectionList": [ | ||
334 | + { | ||
335 | + "typeDesc": "智能单词课", | ||
336 | + "courseTypeV3": "WORD", | ||
337 | + "amountCourse": 20, | ||
338 | + "amountFresh": 0, | ||
339 | + "courseName": "初中九年级下核心单词1", | ||
340 | + "courseCover": "1edd60a0b61a0a2e50639ab2625ed4a5", | ||
341 | + "nationalKnowledge": [] | ||
342 | + }, | ||
343 | + { | ||
344 | + "typeDesc": "语言点智能学习课", | ||
345 | + "courseTypeV3": "KNOWLEDGE", | ||
346 | + "amountCourse": 48, | ||
347 | + "amountFresh": 0, | ||
348 | + "courseName": "如何表达“一方面...另一方面...”?", | ||
349 | + "courseCover": "282ac93b640647c0562f6d764a30ade5", | ||
350 | + "nationalKnowledge": [] | ||
351 | + } | ||
352 | + ] | ||
353 | +} | ||
354 | +``` | ||
355 | + | ||
356 | +> `paperGradeIsPublic`: false 标识当年年级没有三件套,true 标识当前学期有三件套课程 |
-
Please register or login to post a comment