huayandong

update doc api

@@ -20,6 +20,26 @@ @@ -20,6 +20,26 @@
20 > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。 20 > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。
21 21
22 22
  23 +- ResponseBody:
  24 +
  25 +```json5
  26 +// 没有权限上课
  27 +{
  28 + "status": "ERROR",
  29 + "type": "TO_PAY",
  30 + "message": "您暂未获得本课的学习权限,购买学校同步课就可以听说读写一次学完~"
  31 +}
  32 +```
  33 +
  34 +```json5
  35 +// 有权限上课
  36 +{
  37 + "status": "SUCCESS",
  38 + "message": "权限校验成功"
  39 +}
  40 +```
  41 +
  42 +
23 ##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源 43 ##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源
24 44
25 - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}} 45 - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}}