Showing
1 changed file
with
2 additions
and
4 deletions
| @@ -404,7 +404,7 @@ Response : | @@ -404,7 +404,7 @@ Response : | ||
| 404 | ``` | 404 | ``` |
| 405 | 405 | ||
| 406 | # 8 .旷课回调接口 | 406 | # 8 .旷课回调接口 |
| 407 | ->在Request body的参数中,`userId`是旷课的用户的id, `type`为userId的用户类型, `TEACHER` 或者`STUDENT` | 407 | +>在Request body的参数中,`userId`是用户自己的id, `type`是用户类型, `TEACHER` 或者`STUDENT` |
| 408 | > | 408 | > |
| 409 | 409 | ||
| 410 | 接口地址:/teaching/callback/absenteeism | 410 | 接口地址:/teaching/callback/absenteeism |
| @@ -425,9 +425,7 @@ Response : | @@ -425,9 +425,7 @@ Response : | ||
| 425 | 425 | ||
| 426 | ``` | 426 | ``` |
| 427 | { | 427 | { |
| 428 | - "data": { | 428 | + "data": {}, |
| 429 | - "recover": true | ||
| 430 | - }, | ||
| 431 | "returnCode": 200, | 429 | "returnCode": 200, |
| 432 | "returnMsg": "success" | 430 | "returnMsg": "success" |
| 433 | } | 431 | } |
-
Please register or login to post a comment