Showing
1 changed file
with
21 additions
and
0 deletions
| @@ -224,3 +224,24 @@ response body: | @@ -224,3 +224,24 @@ response body: | ||
| 224 | } | 224 | } |
| 225 | ``` | 225 | ``` |
| 226 | 226 | ||
| 227 | + | ||
| 228 | +# 立即上课老师进入课堂显示该1对1 课程是否是学生的第一节课 | ||
| 229 | + | ||
| 230 | +接口地址: /fishcard/service/teacher/check/first/class | ||
| 231 | + | ||
| 232 | +请求方式: get | ||
| 233 | + | ||
| 234 | +request param: workOrderId | ||
| 235 | + | ||
| 236 | +demo :/fishcard/service/teacher/check/first/class?workOrderId=3232&access_token=3de3kd | ||
| 237 | + | ||
| 238 | +response body: | ||
| 239 | + | ||
| 240 | +``` | ||
| 241 | +{ | ||
| 242 | + "data": true, -- true shi是 false 不是 | ||
| 243 | + "returnCode": 200, | ||
| 244 | + "returnMsg": "success" | ||
| 245 | +} | ||
| 246 | +``` | ||
| 247 | + |
-
Please register or login to post a comment